diff --git a/project/build.properties b/project/build.properties index abbbce5da..61c9b1cb1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.11.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4fff94cf6..fd7c5ab20 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.7.7" +val sbtTypelevelVersion = "0.8.0" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)