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