diff --git a/project/build.properties b/project/build.properties index 09a6b6fb..cdb556f1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.0 \ No newline at end of file +sbt.version=1.12.1 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 0ca6cb2d..869e8277 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,4 +25,4 @@ ThisBuild / libraryDependencySchemes ++= Seq( ) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")