Skip to content

Commit fc32a4c

Browse files
author
Dan Simon
committed
candidate release 0.6.8-RC1
1 parent d242603 commit fc32a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object ColossusBuild extends Build {
1919
organization := "com.tumblr",
2020
scalaVersion := "2.11.7",
2121
crossScalaVersions := Seq("2.10.4", "2.11.7"),
22-
version := "0.6.8-SNAPSHOT",
22+
version := "0.6.8-RC1",
2323
parallelExecution in Test := false,
2424
scalacOptions <<= scalaVersion map { v: String =>
2525
val default = List(

0 commit comments

Comments
 (0)