From 9c9468cb90ccd967b67baecf6fb22d3f1a0cfc9e Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 27 Feb 2024 00:17:45 +0000 Subject: [PATCH] chore: update scala-library from 2.13.12 to 2.13.13 --- build.sbt | 4 ++-- project/Dependencies.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 5cdfccb6..5182b526 100644 --- a/build.sbt +++ b/build.sbt @@ -21,10 +21,10 @@ val githubSettings = Seq( ) ) -scalaVersion := "2.13.12" +scalaVersion := "2.13.13" val defaultProjectSettings = Seq( - scalaVersion := "2.13.12", + scalaVersion := "2.13.13", organization := "de.innfactory", version := releaseVersion ) ++ githubSettings diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0058deee..9e27c66b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val playVersion = "2.9.1" val typesafePlay = "com.typesafe.play" %% "play" % playVersion - val scalaVersion = "2.13.12" + val scalaVersion = "2.13.13" val smithy4sVersion = "0.18.8" val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion