From 6f345942ebf82aa448f1dc8ad3a242a214935a8a Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:30:41 +0000 Subject: [PATCH] chore(deps): Non-AWS dependency updates (#461) * Update sbt-assembly to 2.3.1 * Update scala3-library to 3.6.3 --------- Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 865a873..804c86f 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ organization := "com.gu" version := "3.7.0" // be sure to also update this in the `generate-executable.sh` script -scalaVersion := "3.6.2" +scalaVersion := "3.6.3" val awsSdkVersion = "1.12.780" diff --git a/project/plugins.sbt b/project/plugins.sbt index 11fa359..f8ea5d0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")