Skip to content

Commit

Permalink
Update Scala Native to 0.5.0 and Scala.js to 1.16.0 (#145)
Browse files Browse the repository at this point in the history
* Upgrade to Scala Native 0.5.0

* Update README for release
  • Loading branch information
ekrich authored Apr 11, 2024
1 parent 09b0efa commit 2de368d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following projects could be considered as alternatives, the second one for S

## Cross Build Versions

| Scala Version | Scala.js (1.x) | Native (0.5.0-RC1) |
| Scala Version | Scala.js (1.x) | Native (0.5.x) |
| ---------------------- | :-------------------: | :----------------: |
| 2.12.x |||
| 2.13.x |||
Expand Down Expand Up @@ -78,6 +78,7 @@ Follow the [contributing guide](./CONTRIBUTING.md).

## Versions

Release [1.3.0](https://github.com/ekrich/sjavatime/releases/tag/v1.3.0) - (2024-04-11)<br/>
Release [1.2.0](https://github.com/ekrich/sjavatime/releases/tag/v1.2.0) - (2024-02-28)<br/>
Release [1.1.9](https://github.com/ekrich/sjavatime/releases/tag/v1.1.9) - (2022-01-25)<br/>
Release [1.1.8](https://github.com/ekrich/sjavatime/releases/tag/v1.1.8) - (2022-01-11)<br/>
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
// versions
val crossVer = "1.3.2"
val scalaJSVersion = "1.16.0"
val scalaNativeVersion = "0.5.0-RC3"
val scalaNativeVersion = "0.5.0"

// Scala.js support
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
Expand Down

0 comments on commit 2de368d

Please sign in to comment.