Skip to content

Commit 88578ad

Browse files
Update sbt-typelevel, sbt-typelevel-site to 0.8.0 in series/0.6.x
1 parent 4ebdce4 commit 88578ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ThisBuild / libraryDependencySchemes ++= Seq(
33
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
44
)
55

6-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
7-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.0")
88
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
99
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
1010
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")

0 commit comments

Comments
 (0)