diff --git a/build.sbt b/build.sbt index e7af5703..c426ab32 100644 --- a/build.sbt +++ b/build.sbt @@ -21,10 +21,10 @@ val githubSettings = Seq( ) ) -scalaVersion := "2.13.11" +scalaVersion := "2.13.12" val defaultProjectSettings = Seq( - scalaVersion := "2.13.11", + scalaVersion := "2.13.12", organization := "de.innfactory", version := releaseVersion ) ++ githubSettings diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 02fe9e8f..d1f5e491 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val playVersion = "2.8.20" val typesafePlay = "com.typesafe.play" %% "play" % playVersion - val scalaVersion = "2.13.11" + val scalaVersion = "2.13.12" val smithy4sVersion = "0.17.19" val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion