Skip to content

Commit

Permalink
Build: Bump versions; Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Jan 16, 2025
1 parent 72adc1d commit 4099c5e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Tests
run: sbt "project domtypesJVM" test "project domtypesJS" +test
- name: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt "project domtypesJVM" test "project domtypesJS" +test
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object Versions {

val Scala_2_12 = "2.12.17"
val Scala_2_12 = "2.12.20"

val Scala_2_13 = "2.13.14"
val Scala_2_13 = "2.13.16"

val Scala_3 = "3.3.3"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.7
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,6 +1,6 @@
logLevel := Level.Warn

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")

Expand Down

0 comments on commit 4099c5e

Please sign in to comment.