Skip to content

Commit 123ba6b

Browse files
author
Dan Simon
committed
release 0.7.0
1 parent b32d27a commit 123ba6b

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.6", "2.11.7"),
22-
version := "0.7.0-SNAPSHOT",
22+
version := "0.7.0",
2323
parallelExecution in Test := false,
2424
scalacOptions <<= scalaVersion map { v: String =>
2525
val default = List(

0 commit comments

Comments
 (0)