Skip to content

Commit

Permalink
Merge pull request #360 from mkurz/adjust_mima_previous_version_main
Browse files Browse the repository at this point in the history
Adjust MiMa's previous version
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents a6ccece + 0d71758 commit 740d888
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 @@ -35,7 +35,7 @@ lazy val commonSettings = Seq(
),
)

val previousVersion: Option[String] = None
val previousVersion: Option[String] = Some("11.0.0-M1")

lazy val `play-mailer` = (project in file("play-mailer"))
.enablePlugins(Common)
Expand Down

0 comments on commit 740d888

Please sign in to comment.