File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object Dependencies {
88 val typesafePlay = " org.playframework" %% " play" % playVersion
99
1010 val scalaVersion = " 3.3.7"
11- val smithy4sVersion = " 0.18.53 "
11+ val smithy4sVersion = " 0.19.4 "
1212 val smithyVersion = " 1.71.0"
1313
1414 val smithyCore = " com.disneystreaming.smithy4s" %% " smithy4s-core" % smithy4sVersion
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
22addSbtPlugin(" org.scalameta" %% " sbt-scalafmt" % " 2.5.2" )
33addSbtPlugin(" org.playframework" %% " sbt-plugin" % " 3.0.11" )
44addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % " 2.4.4" )
5- addSbtPlugin(" com.disneystreaming.smithy4s" %% " smithy4s-sbt-codegen" % " 0.18.53 " )
5+ addSbtPlugin(" com.disneystreaming.smithy4s" %% " smithy4s-sbt-codegen" % " 0.19.4 " )
66addSbtPlugin(" com.lucidchart" % " sbt-cross" % " 4.0" )
77addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
88addSbtPlugin(" io.gatling" % " gatling-sbt" % " 4.18.2" )
You can’t perform that action at this time.
0 commit comments