aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-09 09:20:20 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-09 09:20:20 +0000
commitc5c9c4f1432391f6af9202dd89872e5aae92ca58 (patch)
treec26bf5007c6204b9274993035c6e5cc9b9d4f9aa /build.sbt
parent3f23cb5bca4ea8be889b714008a85141fe5e213c (diff)
downloadmagnolia-c5c9c4f1432391f6af9202dd89872e5aae92ca58.tar.gz
magnolia-c5c9c4f1432391f6af9202dd89872e5aae92ca58.tar.bz2
magnolia-c5c9c4f1432391f6af9202dd89872e5aae92ca58.zip
Added Scaladocs
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 5353b03..616fc48 100644
--- a/build.sbt
+++ b/build.sbt
@@ -64,7 +64,7 @@ lazy val buildSettings = Seq(
organization := "com.propensive",
scalaVersion := "2.12.4",
name := "magnolia",
- version := "0.2.0",
+ version := "0.4.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"),