From 8f2a3092476a007a76bf8d9eb4debe8e90af20b7 Mon Sep 17 00:00:00 2001 From: Robert Kenny Date: Fri, 26 Jan 2024 17:07:03 +0000 Subject: [PATCH] tedious transitive dependency fiddling --- project/build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.sbt b/project/build.sbt index 47538726b..089c89e3d 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1 +1 @@ -scalaVersion := "2.12.17" +scalaVersion := "2.12.15" diff --git a/project/plugins.sbt b/project/plugins.sbt index 75b3aa86d..87771a49b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.34") -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.5") addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15") addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.19.0") addDependencyTreePlugin \ No newline at end of file