Skip to content

Commit

Permalink
chore: Update latestPatch (akka#32550)
Browse files Browse the repository at this point in the history
* chore: Update latestPatch

* 2.7.x 2.8.x

(cherry picked from commit 4d03962)

* 2.9.x
  • Loading branch information
patriknw authored Oct 2, 2024
1 parent b642278 commit dc38598
Show file tree
Hide file tree
Showing 45 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/MiMa.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ object MiMa extends AutoPlugin {
private val firstPatchOf26 = 6
private val latestPatchOf26 = 21
private val firstPatchOf27 = 0
private val latestPatchOf27 = 0
private val latestPatchOf27 = 1
private val firstPatchOf28 = 0
private val latestPatchOf28 = 6
private val latestPatchOf28 = 7
private val firstPatchOf29 = 0
private val latestPatchOf29 = 5
private val latestPatchOf29 = 6

override def requires = MimaPlugin
override def trigger = allRequirements
Expand All @@ -45,7 +45,7 @@ object MiMa extends AutoPlugin {
projectName: String,
organization: String,
scalaBinaryVersion: String): Set[sbt.ModuleID] = {
val akka28Previous = expandVersions(2, 8, firstPatchOf28 to latestPatchOf28) :+ "2.7.0"
val akka28Previous = expandVersions(2, 8, firstPatchOf28 to latestPatchOf28) :+ "2.7.1"
val akka29Previous = expandVersions(2, 9, firstPatchOf29 to latestPatchOf29)
val versions: Seq[String] =
if (scalaBinaryVersion.startsWith("3")) {
Expand Down

0 comments on commit dc38598

Please sign in to comment.