Skip to content

Commit f1ba4e6

Browse files
committed
Set previous version explicitly
1 parent 2a55ab6 commit f1ba4e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ThisBuild / scalaVersion := "2.13.3"
77
ThisBuild / crossScalaVersions := Seq(scalaVersion.value, "2.12.8")
88

99
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
10+
// Temporary, because version 10.0.0 was invalid
11+
ThisBuild / versionPolicyPreviousVersions := Seq("10.0.1")
1012

1113
ThisBuild / developers := List(
1214
Developer(

0 commit comments

Comments
 (0)