aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2018-02-15 00:30:04 +0000
committerJon Pretty <jon.pretty@propensive.com>2018-02-15 00:30:04 +0000
commite7ec1f9bbd3fdde98729a5fe925b19993b1a3119 (patch)
treefe7719e3a81e159269b72ee0a2ac7bed579e8015
parentb562503348bc36bba09bc5df9a8d846d9bf80912 (diff)
downloadmagnolia-e7ec1f9bbd3fdde98729a5fe925b19993b1a3119.tar.gz
magnolia-e7ec1f9bbd3fdde98729a5fe925b19993b1a3119.tar.bz2
magnolia-e7ec1f9bbd3fdde98729a5fe925b19993b1a3119.zip
Updated version number to 0.7.0v0.7.0
-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",