File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# unreleased
99
10+ ### Scala versions:
11+
12+ - ` 2.12.19 ` , JVM, JS, Native
13+ - ` 2.13.13 ` , JVM, JS, Native
14+ - ` 3.3.1 ` , JVM, JS, Native
15+
1016### internals:
1117- bump scalafmt to ` 3.8.0 `
1218- bump sbt to ` 1.9.9 `
1319- bump munit to ` 1.0.0-M11 `
14- - bump sbt-typelevel to ` 0.6.6 `
20+ - bump sbt-typelevel to ` 0.6.7 `
1521
1622# 1.1.0
1723
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
10- val Scala212 = " 2.12.18 "
11- val Scala213 = " 2.13.12 "
10+ val Scala212 = " 2.12.19 "
11+ val Scala213 = " 2.13.13 "
1212val Scala3 = " 3.3.1"
1313
1414// =============================================================================
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
33addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.15.0" ) // https://github.com/scala-js/scala-js/releases/
44addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17" ) // https://github.com/scala-native/scala-native/releases
55addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" ) // https://github.com/portable-scala/sbt-crossproject/releases
6- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.6.6 " ) // https://github.com/typelevel/sbt-typelevel/releases
6+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.6.7 " ) // https://github.com/typelevel/sbt-typelevel/releases
You can’t perform that action at this time.
0 commit comments