diff --git a/project/build.properties b/project/build.properties index 09a6b6f..cdb556f 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 8155569..a46c497 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -23,4 +23,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")