diff --git a/project/plugins.sbt b/project/plugins.sbt index 2e1c6d2..97c1ccd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.1") addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.4") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")