Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski committed Feb 11, 2019
1 parent d799671 commit 9c7d53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lazy val supportedScalaVersions = Seq("2.11.12", "2.12.8")

lazy val commonSettings = Seq(
Keys.organization := "com.github.mjakubowski84",
Keys.version := "0.3.0-SNAPSHOT",
Keys.isSnapshot := true,
Keys.version := "0.3.0",
Keys.isSnapshot := false,
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 9c7d53d

Please sign in to comment.