Skip to content

Commit

Permalink
Update scala-native to 0.5.6 (#213)
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 Nov 16, 2024
1 parent 777d1eb commit 7758fdb
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.13.15
- Switched to scala-3.5.2
- Switched to scalajs-1.17.0
- Switched to scala-native-0.5.5
- Switched to scala-native-0.5.6

## [2.0.2] - 2024-04-24
- Drop support scala-2.12 for Scala.JS and Scala-Native
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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.17.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
Expand Down

0 comments on commit 7758fdb

Please sign in to comment.