Skip to content

Commit

Permalink
Update sbt-typelevel, sbt-typelevel-site to 0.6.1 in scala3 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 2, 2023
1 parent 2f36126 commit 3f9ff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -2,7 +2,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")

//val sbtTypelevelVersion = "0.4.22"
//val sbtTypelevelVersion = "0.5.4"
val sbtTypelevelVersion = "0.6.0"
val sbtTypelevelVersion = "0.6.1"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
Expand Down

0 comments on commit 3f9ff9a

Please sign in to comment.