Skip to content

Commit

Permalink
Build: Bump versions; Update github workflow
Browse files Browse the repository at this point in the history
raquo committed Jan 16, 2025
1 parent 83ee60e commit cb1466f
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -19,8 +19,10 @@ jobs:
- name: Setup JVM
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Tests
run: sbt +test
- name: Release
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -18,11 +18,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "22"
- name: Setup JVM
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt +test
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {

val Scala_2_13 = "2.13.15"
val Scala_2_13 = "2.13.16"

val Scala_3 = "3.3.3"

2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.3
sbt.version = 1.10.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

0 comments on commit cb1466f

Please sign in to comment.