Skip to content

Commit

Permalink
Upgrade to Scala 3.0.0-RC2 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich authored Apr 1, 2021
1 parent be5789f commit f92561e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ If you have a `crossProject`, the setting must be used only in the JS and/or Nat
lazy val myCross = crossProject
...
.jsSettings(
libraryDependencies += "org.ekrich" %%% "sjavatime" % "1.0.0"
libraryDependencies += "org.ekrich" %%% "sjavatime" % "x.y.z"
)
.nativeSettings(
libraryDependencies += "org.ekrich" %%% "sjavatime" % "1.0.0"
libraryDependencies += "org.ekrich" %%% "sjavatime" % "x.y.z"
)
```

Expand All @@ -64,6 +64,7 @@ Follow the [contributing guide](./CONTRIBUTING.md).

## Versions

Release [1.1.3](https://github.com/ekrich/sjavatime/releases/tag/v1.1.3) - (2021-04-01)<br/>
Release [1.1.2](https://github.com/ekrich/sjavatime/releases/tag/v1.1.2) - (2021-02-23)<br/>
Release [1.1.1](https://github.com/ekrich/sjavatime/releases/tag/v1.1.1) - (2021-02-01)<br/>
Release [1.1.0](https://github.com/ekrich/sjavatime/releases/tag/v1.1.0) - (2021-01-26)<br/>
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val scala211 = "2.11.12"
val scala212 = "2.12.13"
val scala213 = "2.13.5"
val scala300 = "3.0.0-RC1"
val scala300 = "3.0.0-RC2"

val versionsBase = Seq(scala212, scala211, scala213)
val versionsJVM = versionsBase :+ scala300
Expand Down

0 comments on commit f92561e

Please sign in to comment.