Skip to content

Commit 5ef723b

Browse files
author
Dan Simon
committed
release 0.7.1
1 parent 5f65835 commit 5ef723b

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

0 commit comments

Comments
 (0)