Skip to content

Commit

Permalink
Merge pull request #108 from lorandszakacs/update
Browse files Browse the repository at this point in the history
version updates
  • Loading branch information
lorandszakacs authored Feb 28, 2024
2 parents 7fb1fdc + 77f622b commit ddbdabe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

### Scala versions:

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

### internals:
- bump scalafmt to `3.8.0`
- bump sbt to `1.9.9`
- bump munit to `1.0.0-M11`
- bump sbt-typelevel to `0.6.6`
- bump sbt-typelevel to `0.6.7`

# 1.1.0

Expand Down
8 changes: 4 additions & 4 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.18"
val Scala213 = "2.13.12"
val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala3 = "3.3.1"

//=============================================================================
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") // https://github.com/scala-js/scala-js/releases/
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") // https://github.com/scala-native/scala-native/releases
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") // https://github.com/portable-scala/sbt-crossproject/releases
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6") // https://github.com/typelevel/sbt-typelevel/releases
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") // https://github.com/typelevel/sbt-typelevel/releases

0 comments on commit ddbdabe

Please sign in to comment.