Skip to content

Commit

Permalink
Move version from build.scala to version.sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
folone committed Nov 22, 2014
1 parent 49368f3 commit a464f5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions project/Build.scala
Expand Up @@ -7,8 +7,6 @@ object Build extends Build {

lazy val buildSettings = Seq(
organization := "info.folone",
version := "0.13-SNAPSHOT",

scalaVersion := "2.11.2",
crossScalaVersions := Seq("2.10.4", "2.11.2"),

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.14-SNAPSHOT"
version in ThisBuild := "0.14-SNAPSHOT"

0 comments on commit a464f5c

Please sign in to comment.