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 ddd3dd1 commit 78e5273Copy full SHA for 78e5273
.github/workflows/ci.yml
@@ -21,5 +21,9 @@ jobs:
21
- uses: coursier/cache-action@v5
22
- name: Build
23
run: sbt "++${{ matrix.scalaversion }}" scalajs-stubs/publishLocal
24
+
25
+ # MiMa is not run for the Scala 2.10.x artifact because there is no
26
+ # version of sbt-mima that works with sbt 1.5.x and for Scala 2.10.x.
27
- name: MiMa
28
+ if: matrix.scalaversion != '2.10.7'
29
run: sbt "++${{ matrix.scalaversion }}" scalajs-stubs/mimaReportBinaryIssues
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.2.8
+sbt.version=1.5.5
project/plugins.sbt
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
0 commit comments