aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@bradyplc.com>2018-02-08 21:20:53 +0000
committerKevin Wright <kevin.wright@bradyplc.com>2018-02-08 21:20:53 +0000
commitc1b9c1f53a6bb3f62abc7141e6b6153d8208e1f0 (patch)
treee867d326898b1e7d0019753728b921c3a160167c /build.sbt
parent6660480a75b240b7ac613ed308e5b7f7ddfc6459 (diff)
downloadmagnolia-c1b9c1f53a6bb3f62abc7141e6b6153d8208e1f0.tar.gz
magnolia-c1b9c1f53a6bb3f62abc7141e6b6153d8208e1f0.tar.bz2
magnolia-c1b9c1f53a6bb3f62abc7141e6b6153d8208e1f0.zip
post-review changes
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>
)
)