From 878269f8f3fd5c72bc54490a0a6d54b638132d8c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 2 May 2024 06:35:19 +0200 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.7.0 in series/3.x (#1320) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alan Artigao CarreƱo --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fc04d5e61..9641b6543 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.6.7" +val sbtTypelevelVersion = "0.7.0" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")