From c1b9c1f53a6bb3f62abc7141e6b6153d8208e1f0 Mon Sep 17 00:00:00 2001 From: Kevin Wright Date: Thu, 8 Feb 2018 21:20:53 +0000 Subject: post-review changes --- build.sbt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 487c103..50ec53d 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,6 @@ lazy val tests = project initialCommands in console := """import magnolia.tests._; import magnolia.examples._;""", libraryDependencies ++= Seq( "com.fommil" %% "deriving-macro" % "0.9.0", - "com.fommil" %% "scalaz-deriving" % "0.9.0", // These two to allow compilation under Java 9... // Specifically to import XML stuff that got modularised "javax.xml.bind" % "jaxb-api" % "2.3.0" % "compile", @@ -92,11 +91,6 @@ lazy val publishSettings = Seq( Jon Pretty https://github.com/propensive/magnolia/ - - thecoda - Kevin Wright - https://github.com/kevinwright/ - ) ) -- cgit v1.2.3