Skip to content

Commit

Permalink
Bump scala to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Feb 28, 2024
1 parent 6cea218 commit 3860fef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

### Scala versions:

- `2.12.19`, JVM, JS, Native
- `2.13.12`, JVM, JS, Native
- `3.3.1`, JVM, JS, Native

### internals:
- bump scalafmt to `3.8.0`
- bump sbt to `1.9.9`
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addCommandAlias("full-test", ";++clean;++Test/clean;++test")

Global / onChangedBuildSource := ReloadOnSourceChanges

val Scala212 = "2.12.18"
val Scala212 = "2.12.19"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"

Expand Down

0 comments on commit 3860fef

Please sign in to comment.