Skip to content

Commit

Permalink
Update scalajs to 1.18.2 (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill A. Korinsky <k@kcry.pt>
  • Loading branch information
scala-steward and catap authored Jan 24, 2025
1 parent 8ca8806 commit 67c9cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
- Switched to scala-2.12.20
- Switched to scala-2.13.16
- Switched to scala-3.6.3
- Switched to scalajs-1.18.1
- Switched to scalajs-1.18.2
- Switched to scala-native-0.5.6

## [2.0.2] - 2024-04-24
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
Expand Down

0 comments on commit 67c9cb0

Please sign in to comment.