Skip to content

Commit

Permalink
Set previous version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed May 13, 2021
1 parent 2a55ab6 commit f1ba4e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ThisBuild / scalaVersion := "2.13.3"
ThisBuild / crossScalaVersions := Seq(scalaVersion.value, "2.12.8")

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

ThisBuild / developers := List(
Developer(
Expand Down

0 comments on commit f1ba4e6

Please sign in to comment.