Skip to content

Commit fe26bc4

Browse files
authored
Update sbt-typelevel, ... to 0.6.6 (#316)
1 parent aa654a4 commit fe26bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5")
7-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5")
8-
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.5")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.6")
8+
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.6")
99
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
1010
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
1111
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)