Navigation Menu

Skip to content

Commit

Permalink
new sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 1, 2013
1 parent 41fb37c commit 72caadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -9,9 +9,9 @@ version <<= sbtVersion { v =>
else error("unsupported version of sbt %s" format v)
}

sbtVersion in Global := "0.13.0-Beta2"
sbtVersion in Global := "0.13.0-RC1"

scalaVersion in Global := "2.10.2-RC2"
scalaVersion in Global := "2.10.2"

homepage := Some(url("https://github.com/softprops/jot/"))

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.12.4-RC2
sbt.version=0.12.4

0 comments on commit 72caadd

Please sign in to comment.