Skip to content

Commit 78e5273

Browse files
committed
Upgrade to sbt 1.5.5.
1 parent ddd3dd1 commit 78e5273

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@ jobs:
2121
- uses: coursier/cache-action@v5
2222
- name: Build
2323
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.
2427
- name: MiMa
28+
if: matrix.scalaversion != '2.10.7'
2529
run: sbt "++${{ matrix.scalaversion }}" scalajs-stubs/mimaReportBinaryIssues

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.5.5

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
1+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

0 commit comments

Comments
 (0)