diff --git a/project/build.properties b/project/build.properties index ee4c672c..a1ff42a6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1,2 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 + diff --git a/project/plugins.sbt b/project/plugins.sbt index 6770e2c9..3a54d8e4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,7 +13,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.4") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.0") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")