Skip to content

Commit

Permalink
semver
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Mar 17, 2017
1 parent aecc73c commit 6a5587d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtcrossproject.{CrossType, crossProject}

lazy val commonSettings = Seq(
organization := "com.mscharley",
version := "0.2-SNAPSHOT",
version := "0.2.0-SNAPSHOT",
scalaVersion := "2.11.8",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xlint")
)
Expand Down

0 comments on commit 6a5587d

Please sign in to comment.