Skip to content

Commit aad8b57

Browse files
committed
Bump patch version since bintray won't allow us to publish for 2.13 without it
1 parent 3b74e18 commit aad8b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val root = (project in file("."))
66
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
77
homepage := Some(url("https://github.com/wolfendale/scalacheck-gen-regexp")),
88
bintrayVcsUrl := Some("https://github.com/wolfendale/scalacheck-gen-regexp"),
9-
version := "0.1.1",
9+
version := "0.1.2",
1010
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),
1111
libraryDependencies ++= Seq(
1212
"org.scalacheck" %% "scalacheck" % "1.14.2" % "provided",

0 commit comments

Comments
 (0)