aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 0 insertions, 6 deletions
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(
<name>Jon Pretty</name>
<url>https://github.com/propensive/magnolia/</url>
</developer>
- <developer>
- <id>thecoda</id>
- <name>Kevin Wright</name>
- <url>https://github.com/kevinwright/</url>
- </developer>
</developers>
)
)