Skip to content

Commit 2d9610d

Browse files
committed
Merge pull request #3 from smarter/release/0.1.0
Release 0.1.0
2 parents add0223 + f431469 commit 2d9610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file(".")).
1111
"org.specs2" %% "specs2" % "2.3.11" % "test"
1212
),
1313
publishArtifact in packageDoc := false,
14-
version := "0.1-SNAPSHOT",
14+
version := "0.1.1-SNAPSHOT",
1515
// 2.11.5 is the version used by Dotty itself currently, we do the same to
1616
// avoid trouble.
1717
scalaVersion := "2.11.5",

0 commit comments

Comments
 (0)