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 304fe9c commit 23ae87dCopy full SHA for 23ae87d
build.sbt
@@ -6,7 +6,7 @@ val previousVersion = "1.0.0"
6
inThisBuild(Def.settings(
7
crossScalaVersions := Seq("2.12.10", "2.10.7", "2.11.12", "2.13.1"),
8
scalaVersion := crossScalaVersions.value.head,
9
- version := "1.0.1-SNAPSHOT",
+ version := "1.1.0-SNAPSHOT",
10
organization := "org.portable-scala",
11
12
scalacOptions ++= Seq(
0 commit comments