We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdae07e commit c108ee4Copy full SHA for c108ee4
project/Build.scala
@@ -7,7 +7,7 @@ object Build extends Build {
7
8
lazy val buildSettings = Seq(
9
organization := "info.folone",
10
- version := "0.10-SNAPSHOT",
+ version := "0.10",
11
12
scalaVersion := "2.10.2",
13
crossScalaVersions := Seq("2.9.3", "2.10.2"),
0 commit comments