Skip to content

Commit e17c614

Browse files
committed
chore: update smithy4s-cats, smithy4s-core, ... from 0.18.52 to 0.19.4
1 parent 6c7c6a2 commit e17c614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.52"
11+
val smithy4sVersion = "0.19.4"
1212
val smithyVersion = "1.70.0"
1313

1414
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
22
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
33
addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.10")
44
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.4.4")
5-
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.52")
5+
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.19.4")
66
addSbtPlugin("com.lucidchart" % "sbt-cross" % "4.0")
77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.18.0")

0 commit comments

Comments
 (0)