Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 09bcbc9

Browse files
committed
Prepare for release 1.0.12
- Bump the snapshot version - Bump the previous MiMa version to 1.0.11
1 parent 87efa33 commit 09bcbc9

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
@@ -4,7 +4,7 @@ scalaModuleSettings
44

55
name := "scala-partest"
66

7-
version := "1.0.12-SNAPSHOT"
7+
version := "1.0.13-SNAPSHOT"
88

99
scalaVersion := crossScalaVersions.value.head
1010

@@ -57,4 +57,4 @@ libraryDependencies += "org.scala-lang" % "scala-reflect" % sca
5757

5858
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided" intransitive()
5959

60-
mimaPreviousVersion := Some("1.0.10")
60+
mimaPreviousVersion := Some("1.0.11")

0 commit comments

Comments
 (0)