Skip to content

Commit 74a3324

Browse files
author
Dan Simon
committed
milestone release 0.6.8-M1
1 parent 60676d3 commit 74a3324

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-M1",
2323
parallelExecution in Test := false,
2424
scalacOptions <<= scalaVersion map { v: String =>
2525
val default = List(

0 commit comments

Comments
 (0)