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 4100c05 commit 07f122fCopy full SHA for 07f122f
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.4", "2.11.7"),
22
- version := "0.6.8-SNAPSHOT",
+ version := "0.6.8",
23
parallelExecution in Test := false,
24
scalacOptions <<= scalaVersion map { v: String =>
25
val default = List(
0 commit comments