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 fa6fce5 commit 35a56c8Copy full SHA for 35a56c8
build.sbt
@@ -2,12 +2,12 @@
2
import com.typesafe.tools.mima.core._
3
import sbtcrossproject.{crossProject, CrossType}
4
5
-val previousVersion = "1.1.1"
+val previousVersion = "1.1.2"
6
7
inThisBuild(Def.settings(
8
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.4"),
9
scalaVersion := crossScalaVersions.value.head,
10
- version := "1.1.2",
+ version := "1.1.3-SNAPSHOT",
11
organization := "org.portable-scala",
12
13
scalacOptions ++= Seq(
0 commit comments