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 add0223 commit 7c6009eCopy full SHA for 7c6009e
bridge/build.sbt
@@ -11,7 +11,7 @@ lazy val root = (project in file(".")).
11
"org.specs2" %% "specs2" % "2.3.11" % "test"
12
),
13
publishArtifact in packageDoc := false,
14
- version := "0.1-SNAPSHOT",
+ version := "0.1.0",
15
// 2.11.5 is the version used by Dotty itself currently, we do the same to
16
// avoid trouble.
17
scalaVersion := "2.11.5",
0 commit comments