From e7ec1f9bbd3fdde98729a5fe925b19993b1a3119 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Thu, 15 Feb 2018 00:30:04 +0000 Subject: Updated version number to 0.7.0 --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 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", -- cgit v1.2.3