Skip to content

Commit

Permalink
Merge pull request #131 from innFactory/update/smithy4s-core-0.17.6
Browse files Browse the repository at this point in the history
chore: update smithy4s-compliance-tests, ... from 0.17.5 to 0.17.6
  • Loading branch information
mergify[bot] authored May 3, 2023
2 parents 900c59b + cb07f65 commit 9447e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val typesafePlay = "com.typesafe.play" %% "play" % playVersion

val scalaVersion = "2.13.8"
val smithy4sVersion = "0.17.5"
val smithy4sVersion = "0.17.6"
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion
val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.1.1")
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.5")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.6")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.19")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.7")

Expand Down

0 comments on commit 9447e3f

Please sign in to comment.