aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 50ec53d..b88d7f4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -29,7 +29,6 @@ lazy val tests = project
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
initialCommands in console := """import magnolia.tests._; import magnolia.examples._;""",
libraryDependencies ++= Seq(
- "com.fommil" %% "deriving-macro" % "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",
@@ -51,7 +50,7 @@ lazy val buildSettings = Seq(
organization := "com.propensive",
scalaVersion := "2.12.4",
name := "magnolia",
- version := "0.6.1",
+ version := "0.7.0",
scalacOptions ++= Seq(
"-deprecation",
"-feature",