From 30b85df94cc39737150d649e190bd71ac18865dd 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: Thu, 16 Jan 2025 10:03:49 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4430e3e..f1e8faf 100644 --- a/build.sbt +++ b/build.sbt @@ -5,10 +5,10 @@ name := "simple-configuration" val awsSdkVersion = "2.29.45" -scalaVersion := "2.13.15" +scalaVersion := "2.13.16" val sharedSettings = Seq( - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", crossScalaVersions := Seq("3.3.4", scalaVersion.value, "2.12.20"), licenses := Seq(License.Apache2), organization := "com.gu",