Skip to content

Commit

Permalink
chore: update scala-library from 2.13.11 to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Sep 12, 2023
1 parent 59384a3 commit b83da5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b83da5e

Please sign in to comment.