Skip to content

Commit 77f622b

Browse files
committed
Bump scala to 2.13.13
1 parent 3860fef commit 77f622b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Scala versions:
1111

1212
- `2.12.19`, JVM, JS, Native
13-
- `2.13.12`, JVM, JS, Native
13+
- `2.13.13`, JVM, JS, Native
1414
- `3.3.1`, JVM, JS, Native
1515

1616
### internals:

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//============================== build details ================================
33
//=============================================================================
44

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

88
Global / onChangedBuildSource := ReloadOnSourceChanges
99

1010
val Scala212 = "2.12.19"
11-
val Scala213 = "2.13.12"
11+
val Scala213 = "2.13.13"
1212
val Scala3 = "3.3.1"
1313

1414
//=============================================================================

0 commit comments

Comments
 (0)