Skip to content

Commit

Permalink
Merge pull request #1044 from typelevel/update/series/0.6.x/sbt-typel…
Browse files Browse the repository at this point in the history
…evel-0.6.6

Update sbt-typelevel, sbt-typelevel-site to 0.6.6 in series/0.6.x
  • Loading branch information
mpilquist authored Feb 25, 2024
2 parents 95a45da + df1ab5d commit 0b1bc29
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.6.5")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.6")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
Expand Down

0 comments on commit 0b1bc29

Please sign in to comment.