Skip to content

Commit

Permalink
Merge pull request #278 from innFactory/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
chore: update scala-library from 2.13.13 to 2.13.14
  • Loading branch information
mergify[bot] authored May 2, 2024
2 parents 9a1085c + 7651404 commit c809175
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.13"
scalaVersion := "2.13.14"

val defaultProjectSettings = Seq(
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
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.2"
val typesafePlay = "com.typesafe.play" %% "play" % playVersion

val scalaVersion = "2.13.13"
val scalaVersion = "2.13.14"
val smithy4sVersion = "0.18.16"
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion
Expand Down

0 comments on commit c809175

Please sign in to comment.