From 2d3c7b64f972848a89fdeb10ae7541d0d1489117 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 11:19:17 +0000 Subject: [PATCH] Update sbt-typelevel-no-publish to 0.7.2 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index ae90038a2..f6d107ca2 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -12,4 +12,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.7.2")