Skip to content

Commit

Permalink
Version 2.3.2-SNAPSHOT -> 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XenonAbe committed Oct 23, 2017
1 parent cf682f1 commit 824c1aa
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 @@
name := """dbflute-play-guice-java-example"""

def commonSettings = Seq(
version := "2.3.2-SNAPSHOT",
version := "2.3.2",
scalaVersion := "2.11.6", // cf. templates/build.sbt in Play Framework Source
javacOptions ++= Seq("-encoding", "utf8"),
resolvers += Dependencies.additionalResolvers
Expand Down

0 comments on commit 824c1aa

Please sign in to comment.