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 2a55ab6 commit f1ba4e6Copy full SHA for f1ba4e6
build.sbt
@@ -7,6 +7,8 @@ ThisBuild / scalaVersion := "2.13.3"
7
ThisBuild / crossScalaVersions := Seq(scalaVersion.value, "2.12.8")
8
9
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
10
+// Temporary, because version 10.0.0 was invalid
11
+ThisBuild / versionPolicyPreviousVersions := Seq("10.0.1")
12
13
ThisBuild / developers := List(
14
Developer(
0 commit comments