Skip to content

Commit

Permalink
Merge pull request #251 from innFactory/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
chore: update scala-library from 2.13.12 to 2.13.13
  • Loading branch information
mergify[bot] authored Feb 27, 2024
2 parents 7121c3e + 9c9468c commit 25a03c1
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.12"
scalaVersion := "2.13.13"

val defaultProjectSettings = Seq(
scalaVersion := "2.13.12",
scalaVersion := "2.13.13",
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.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
Expand Down

0 comments on commit 25a03c1

Please sign in to comment.