Skip to content

Commit

Permalink
Merge pull request #47 from cquiroz/development-0.3.0
Browse files Browse the repository at this point in the history
Setup for the version 0.3.0-SNAPSHOT
  • Loading branch information
cquiroz authored Jul 12, 2016
2 parents 84f36ed + 33cd7e1 commit 84b6259
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 @@ -8,7 +8,7 @@ lazy val downloadFromZip: TaskKey[Unit] =

val commonSettings: Seq[Setting[_]] = Seq(
cldrVersion := "29",
version := s"0.2.0+${cldrVersion.value}",
version := s"0.3.0+${cldrVersion.value}-SNAPSHOT",
organization := "com.github.cquiroz",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.10.4", "2.11.8", "2.12.0-M5"),
Expand Down

0 comments on commit 84b6259

Please sign in to comment.