Skip to content

Commit

Permalink
bump 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jypma committed Aug 23, 2016
1 parent 26dad36 commit b1d30ff
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 @@ -5,7 +5,7 @@ import sbtprotobuf.{ProtobufPlugin=>PB}
lazy val projectSettings = PB.protobufSettings ++ Seq(
licenses := Seq(("MIT", url("http://opensource.org/licenses/MIT"))),
organization := "com.tradeshift",
version := "0.0.9-SNAPSHOT",
version := "0.0.9",
scalaVersion := "2.11.8",
publishMavenStyle := true,
javacOptions ++= Seq("-source", "1.8"),
Expand Down

0 comments on commit b1d30ff

Please sign in to comment.