Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2025
1 parent 0ce16f7 commit 6340654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
scalajs: ["1.16.0"]
scalajs: ["1.18.1"]
es2015_enabled: ["false", "true"]
steps:
- name: Configure git to disable Windows line feeds
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scalaJSVersion =
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.18.1")

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

Expand Down

0 comments on commit 6340654

Please sign in to comment.