Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jokade committed Mar 30, 2016
1 parent 7598de1 commit 20ffeae
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
@@ -1,7 +1,7 @@

lazy val commonSettings = Seq(
organization := "biz.enef",
version := "0.2.3-SNAPSHOT",
version := "0.2.3",
scalaVersion := "2.11.6",
scalacOptions ++= Seq("-deprecation","-unchecked","-feature","-language:implicitConversions","-Xlint"),
autoCompilerPlugins := true,
Expand Down

0 comments on commit 20ffeae

Please sign in to comment.