From 882c752027319571cda9eeabc548f6d009b11c5f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:27:19 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.6.2 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 155a1a7b..dbd24148 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,8 +3,8 @@ ThisBuild / libraryDependencySchemes ++= Seq( "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always ) -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.2") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0")