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")