Skip to content

Commit

Permalink
Update scala-native to 0.5.5 (#145)
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 Aug 19, 2024
1 parent 0370af3 commit 368f197
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 @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
## [unreleased]
- Switched to scala-2.13.14
- Switched to scala-3.4.3
- Switched to scala-native-0.5.4
- Switched to scala-native-0.5.5

## [1.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.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
Expand Down

0 comments on commit 368f197

Please sign in to comment.