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 7c6009e commit f431469Copy full SHA for f431469
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.0",
+ version := "0.1.1-SNAPSHOT",
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