Skip to content

Commit

Permalink
Update Build.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reposa committed Feb 17, 2014
1 parent 4d5dad6 commit 06fdfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -6,7 +6,7 @@ object FigaroBuild extends Build {
val _scalaVersion = "2.10.1"

lazy val figaro = Project("figaro", file("Figaro"))
.settings(version := "2.0.0.0")
.settings(version := "2.1.0.0")
.settings(scalaVersion := _scalaVersion)
.settings(scalaSource in Compile <<= baseDirectory { _ / "src" })
.settings(scalaSource in Test <<= baseDirectory { _ / "test" })
Expand Down

0 comments on commit 06fdfed

Please sign in to comment.