Skip to content

Commit

Permalink
candidate release 0.6.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Simon committed Mar 5, 2015
1 parent b144728 commit e674a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object ColossusBuild extends Build {
organization := "com.tumblr",
scalaVersion := "2.11.5",
crossScalaVersions := Seq("2.10.4", "2.11.5"),
version := "0.6.0-RC1",
version := "0.6.0-RC2",
parallelExecution in Test := false,
scalacOptions <<= scalaVersion map { v: String =>
val default = List(
Expand Down

0 comments on commit e674a9c

Please sign in to comment.