From d1a7565a92d81a451c50d7739365d7106f63f1b7 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Tue, 13 Jun 2017 14:33:25 +0200 Subject: Better error reporting --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index e943e73..db54f76 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val buildSettings = Seq( organization := "com.propensive", scalaVersion := "2.12.2", name := "magnolia", - version := "0.1.0", + version := "0.2.0", scalacOptions ++= Seq("-deprecation", "-feature", "-Ywarn-value-discard", "-Ywarn-dead-code", "-Ywarn-nullary-unit", "-Ywarn-numeric-widen", "-Ywarn-inaccessible", "-Ywarn-adapted-args"), crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.2"), scmInfo := Some(ScmInfo(url("https://github.com/propensive/magnolia"), -- cgit v1.2.3