We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98453ba commit c3b6848Copy full SHA for c3b6848
.circleci/config.yml
@@ -374,4 +374,4 @@ workflows:
374
filters:
375
branches:
376
only:
377
- - series/2.x # TODO: change later to series/3.x
+ - series/3.x
build.sbt
@@ -765,7 +765,7 @@ lazy val commonSettings = Def.settings(
765
})
766
)
767
768
-lazy val enforceMimaCompatibility = false // Enable / disable failing CI on binary incompatibilities
+lazy val enforceMimaCompatibility = true // Enable / disable failing CI on binary incompatibilities
769
770
lazy val enableMimaSettingsJVM =
771
Def.settings(
0 commit comments