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.
2 parents add0223 + f431469 commit 2d9610dCopy full SHA for 2d9610d
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.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