File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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
88Global / onChangedBuildSource := ReloadOnSourceChanges
99
1010val Scala212 = " 2.12.19"
11- val Scala213 = " 2.13.12 "
11+ val Scala213 = " 2.13.13 "
1212val Scala3 = " 3.3.1"
1313
1414// =============================================================================
You can’t perform that action at this time.
0 commit comments