Skip to content

Commit c21bc6f

Browse files
authored
Merge pull request #337 from innFactory/update/smithy4s-core-0.18.27
chore: update smithy4s-compliance-tests, ... from 0.18.26 to 0.18.27
2 parents 91ec2bc + ab89700 commit c21bc6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Dependencies {
77
val typesafePlay = "com.typesafe.play" %% "play" % playVersion
88

99
val scalaVersion = "2.13.15"
10-
val smithy4sVersion = "0.18.26"
10+
val smithy4sVersion = "0.18.27"
1111
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
1212
val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion
1313
val smithyXml = "com.disneystreaming.smithy4s" %% "smithy4s-xml" % smithy4sVersion

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
22
addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.5")
33
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
4-
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.26")
4+
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.27")
55
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.6")
66
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.2")
77

0 commit comments

Comments
 (0)