Skip to content

Commit

Permalink
Merge branch 'main' into tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 2, 2024
2 parents 51184d6 + 36ae1c7 commit b3b7d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ lazy val protocol4s = module("protocol4s")
lazy val core = module("core")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.5",
"org.typelevel" %% "cats-effect" % "3.5.7",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3",
"com.disneystreaming.smithy4s" %% "smithy4s-dynamic" % smithy4sVersion.value,
"com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value,
"com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value,
"com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test,
"com.disneystreaming.alloy" % "alloy-core" % "0.3.14" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.52.1" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.53.0" % Test,
)
)
.dependsOn(
Expand Down
2 changes: 1 addition & 1 deletion smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.14",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.25",
"software.amazon.smithy:smithy-aws-traits:1.52.1"
"software.amazon.smithy:smithy-aws-traits:1.53.0"
]
}

0 comments on commit b3b7d01

Please sign in to comment.