We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32d27a commit 123ba6bCopy full SHA for 123ba6b
project/Build.scala
@@ -19,7 +19,7 @@ object ColossusBuild extends Build {
19
organization := "com.tumblr",
20
scalaVersion := "2.11.7",
21
crossScalaVersions := Seq("2.10.6", "2.11.7"),
22
- version := "0.7.0-SNAPSHOT",
+ version := "0.7.0",
23
parallelExecution in Test := false,
24
scalacOptions <<= scalaVersion map { v: String =>
25
val default = List(
0 commit comments