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.
2 parents f4af021 + b2090d8 commit 6d5261fCopy full SHA for 6d5261f
build.sbt
@@ -4,7 +4,7 @@ scalaModuleSettings
4
5
name := "scala-partest"
6
7
-version := "1.0.10-SNAPSHOT"
+version := "1.0.11-SNAPSHOT"
8
9
scalaVersion := crossScalaVersions.value.head
10
@@ -55,4 +55,4 @@ libraryDependencies += "org.scala-lang" % "scala-reflect" % sca
55
56
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided" intransitive()
57
58
-mimaPreviousVersion := Some("1.0.5")
+mimaPreviousVersion := Some("1.0.10")
0 commit comments