From f22459bc988880a71fd58c7278832f44ad7c1302 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:21:19 +0100 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.6.7 in series/3.x (#1311) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cdfa185db..03107149e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.6.6" +val sbtTypelevelVersion = "0.6.7" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")