Skip to content

Commit

Permalink
Set mima previous version to latest milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 27, 2024
1 parent 9b73d9e commit d0b55c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val joda = Seq(

// Common settings

val previousVersion: Option[String] = Some("3.0.0")
val previousVersion: Option[String] = Some("3.1.0-M1")

// Do not check for previous JS artifacts for upgrade to Scala.js 1.0 because no sjs1 artifacts exist
def playJsonMimaSettings = Seq(
Expand Down

0 comments on commit d0b55c5

Please sign in to comment.