Skip to content

Commit 07f122f

Browse files
author
Dan Simon
committed
release 0.6.8
1 parent 4100c05 commit 07f122f

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

0 commit comments

Comments
 (0)