Skip to content

Commit

Permalink
Update scalajs to 1.16.0 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill A. Korinsky <[email protected]>
  • Loading branch information
scala-steward and catap authored Mar 26, 2024
1 parent 329dde5 commit 3e96498
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 @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
- Switched to scala-2.12.19
- Switched to scala-2.13.13
- Switched to scala-3.4.0
- Switched to scalajs-1.15.0
- Switched to scalajs-1.16.0
- Switched to scala-native-0.4.7

## [1.0.1] - 2022-05-10
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.15.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")

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

0 comments on commit 3e96498

Please sign in to comment.