From 3c2905dc35c8778e44e4c83da5c843d9fac927b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Wed, 4 Oct 2023 21:33:28 +0200 Subject: [PATCH] bumps, comments --- build.sbt | 2 +- project/plugins.sbt | 1 + smithy-build.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 01bebf01..ce3c7270 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,7 @@ lazy val core = module("core") "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test, "com.disneystreaming.alloy" % "alloy-core" % "0.2.7" % Test, - "software.amazon.smithy" % "smithy-aws-traits" % "1.38.0" % Test, + "software.amazon.smithy" % "smithy-aws-traits" % "1.39.1" % Test, ), Smithy4sCodegenPlugin.defaultSettings(Test), ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 88e20315..a28bfeb7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,6 +3,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3") +// try to keep in sync with smithy-build.json addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.0-1084-518675f") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") diff --git a/smithy-build.json b/smithy-build.json index f3632d89..44aa5c04 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -2,7 +2,7 @@ "imports": ["modules/core/src/test/smithy"], "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.2.7", - "com.disneystreaming.smithy4s:smithy4s-protocol:0.17.6", - "software.amazon.smithy:smithy-aws-traits:1.38.0" + "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.0-1084-518675f", + "software.amazon.smithy:smithy-aws-traits:1.39.1" ] }