Skip to content

Commit dcb8063

Browse files
committed
chore: update scala-library from 2.13.15 to 2.13.16
1 parent c21bc6f commit dcb8063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ val githubSettings = Seq(
2121
)
2222
)
2323

24-
scalaVersion := "2.13.15"
24+
scalaVersion := "2.13.16"
2525

2626
val defaultProjectSettings = Seq(
27-
scalaVersion := "2.13.15",
27+
scalaVersion := "2.13.16",
2828
organization := "de.innfactory",
2929
version := releaseVersion
3030
) ++ githubSettings

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val playVersion = "2.9.6"
77
val typesafePlay = "com.typesafe.play" %% "play" % playVersion
88

9-
val scalaVersion = "2.13.15"
9+
val scalaVersion = "2.13.16"
1010
val smithy4sVersion = "0.18.27"
1111
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
1212
val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion

0 commit comments

Comments
 (0)