Skip to content

Commit

Permalink
bumps, comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 4, 2023
1 parent 0e1e48e commit 3c2905d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 3c2905d

Please sign in to comment.