Skip to content

Commit

Permalink
Bump sbt-typelevel to 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Feb 28, 2024
1 parent 7fb1fdc commit 6cea218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
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 6cea218

Please sign in to comment.