Skip to content

Commit

Permalink
Chenge module version to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohei TSUJI committed Nov 14, 2018
1 parent bdf1de9 commit 1271edf
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 @@ -2,7 +2,7 @@
lazy val flywayAwsLambda = (project in file(".")).settings(
organization := "crossroad0201.aws",
name := "flyway-awslambda",
version := "0.3.1",
version := "0.3.2",
scalaVersion := "2.12.0",

assemblyJarName := s"${name.value}-${version.value}.jar",
Expand Down

0 comments on commit 1271edf

Please sign in to comment.