update latestPatchOf26 to 2.6.5 (#28997)
* update latestPatchOf26 to 2.6.5 * mima exclude for jfr package in 2.6.x
This commit is contained in:
parent
8cfc23da37
commit
3158803a37
2 changed files with 3 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
# JDK9+ classes for JFR
|
||||
ProblemFilters.exclude[Problem]("akka.actor.typed.internal.jfr.*")
|
||||
|
|
@ -13,7 +13,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._
|
|||
object MiMa extends AutoPlugin {
|
||||
|
||||
private val latestPatchOf25 = 31
|
||||
private val latestPatchOf26 = 4
|
||||
private val latestPatchOf26 = 5
|
||||
|
||||
override def requires = MimaPlugin
|
||||
override def trigger = allRequirements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue