Skip to content

Commit

Permalink
Preparing for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Oct 18, 2019
1 parent b0403a7 commit 64c46bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -9,8 +9,8 @@ lazy val supportedScalaVersions = Seq("2.11.12", "2.12.10")

lazy val commonSettings = Seq(
Keys.organization := "com.github.mjakubowski84",
Keys.version := "0.11.0",
Keys.isSnapshot := false,
Keys.version := "0.12.0-SNAPSHOT",
Keys.isSnapshot := true,
Keys.scalaVersion := "2.11.12",
Keys.scalacOptions ++= Seq("-deprecation", "-target:jvm-1.8"),
Keys.javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-unchecked", "-deprecation", "-feature"),
Expand Down

0 comments on commit 64c46bb

Please sign in to comment.