From ab868b807fb57125cef72deb6f6e92f80ed8189a Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 26 Sep 2024 00:22:32 +0000 Subject: [PATCH] chore: update scala-library from 2.13.14 to 2.13.15 --- build.sbt | 4 ++-- project/Dependencies.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 1f628aa3..d83ad8e1 100644 --- a/build.sbt +++ b/build.sbt @@ -21,10 +21,10 @@ val githubSettings = Seq( ) ) -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" val defaultProjectSettings = Seq( - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", organization := "de.innfactory", version := releaseVersion ) ++ githubSettings diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 93e0f4b0..0bc01722 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val playVersion = "2.9.5" val typesafePlay = "com.typesafe.play" %% "play" % playVersion - val scalaVersion = "2.13.14" + val scalaVersion = "2.13.15" val smithy4sVersion = "0.18.24" val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion