Skip to content

Commit

Permalink
Merge pull request #960 from typelevel/update/series/0.6.x/sbt-typele…
Browse files Browse the repository at this point in the history
…vel-0.5.0

Update sbt-typelevel, sbt-typelevel-site to 0.5.0 in series/0.6.x
  • Loading branch information
armanbilge authored Aug 23, 2023
2 parents fb73b67 + b7b83a6 commit 8dbe3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC12")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC12")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
Expand Down

0 comments on commit 8dbe3fa

Please sign in to comment.