File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ val githubSettings = Seq(
21
21
)
22
22
)
23
23
24
- scalaVersion := " 2.13.15 "
24
+ scalaVersion := " 2.13.16 "
25
25
26
26
val defaultProjectSettings = Seq (
27
- scalaVersion := " 2.13.15 " ,
27
+ scalaVersion := " 2.13.16 " ,
28
28
organization := " de.innfactory" ,
29
29
version := releaseVersion
30
30
) ++ githubSettings
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Dependencies {
6
6
val playVersion = " 2.9.6"
7
7
val typesafePlay = " com.typesafe.play" %% " play" % playVersion
8
8
9
- val scalaVersion = " 2.13.15 "
9
+ val scalaVersion = " 2.13.16 "
10
10
val smithy4sVersion = " 0.18.27"
11
11
val smithyCore = " com.disneystreaming.smithy4s" %% " smithy4s-core" % smithy4sVersion
12
12
val smithyJson = " com.disneystreaming.smithy4s" %% " smithy4s-json" % smithy4sVersion
You can’t perform that action at this time.
0 commit comments