Skip to content

Commit 35a56c8

Browse files
committed
Towards 1.1.3.
1 parent fa6fce5 commit 35a56c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
import com.typesafe.tools.mima.core._
33
import sbtcrossproject.{crossProject, CrossType}
44

5-
val previousVersion = "1.1.1"
5+
val previousVersion = "1.1.2"
66

77
inThisBuild(Def.settings(
88
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.4"),
99
scalaVersion := crossScalaVersions.value.head,
10-
version := "1.1.2",
10+
version := "1.1.3-SNAPSHOT",
1111
organization := "org.portable-scala",
1212

1313
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)