Skip to content

Commit

Permalink
0.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed May 10, 2019
1 parent a6477fe commit 21a7125
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 @@ -9,8 +9,8 @@ lazy val supportedScalaVersions = Seq("2.11.12", "2.12.8")

lazy val commonSettings = Seq(
Keys.organization := "com.github.mjakubowski84",
Keys.version := "0.5.0-SNAPSHOT",
Keys.isSnapshot := true,
Keys.version := "0.5.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 21a7125

Please sign in to comment.