Skip to content

Commit ddbdabe

Browse files
Merge pull request #108 from lorandszakacs/update
version updates
2 parents 7fb1fdc + 77f622b commit ddbdabe

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

build.sbt

Lines changed: 4 additions & 4 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

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

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") // https://github.com/scala-js/scala-js/releases/
44
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") // https://github.com/scala-native/scala-native/releases
55
addSbtPlugin("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

0 commit comments

Comments
 (0)