Skip to content

Commit

Permalink
chore: update scala-library from 2.13.14 to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Sep 26, 2024
1 parent bc56538 commit ab868b8
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.14"
scalaVersion := "2.13.15"

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

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

0 comments on commit ab868b8

Please sign in to comment.