Skip to content

Commit

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

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

### internals:
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
//============================== build details ================================
//=============================================================================

addCommandAlias("full-clean", ";++clean;++Test/clean")
addCommandAlias("full-test", ";++clean;++Test/clean;++test")
addCommandAlias("full-clean", ";+clean;+Test/clean")
addCommandAlias("full-test", ";+clean;+Test/clean;+test")

Global / onChangedBuildSource := ReloadOnSourceChanges

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

//=============================================================================
Expand Down

0 comments on commit 77f622b

Please sign in to comment.