From a27c8dfcf01b0a3254e9835d8989b111daf1d226 Mon Sep 17 00:00:00 2001 From: Gregor Heine Date: Tue, 9 Jan 2024 20:47:13 +0000 Subject: [PATCH] FDN-2027: Upgrade sbt to version 1.9.8 --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index dde206f7..8cf07b7c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 \ No newline at end of file +sbt.version=1.9.8 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 08c0c299..82f50d2f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.20") addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1") -addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.5") +addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")