=pro Check BC against 2.3.11
This commit is contained in:
parent
25ddd1b253
commit
f5719e6e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ object AkkaBuild extends Build {
|
|||
|
||||
def akkaPreviousArtifact(id: String): Def.Initialize[Option[sbt.ModuleID]] = Def.setting {
|
||||
if (enableMiMa) {
|
||||
val version: String = "2.3.10" // FIXME
|
||||
val version: String = "2.3.11" // FIXME verify all 2.3.x versions
|
||||
val fullId = crossVersion.value match {
|
||||
case _ : CrossVersion.Binary => id + "_" + scalaBinaryVersion.value
|
||||
case _ : CrossVersion.Full => id + "_" + scalaVersion.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue