Skip to content

Commit

Permalink
Merge pull request #26 from kubukoz/smithy4s-018-18
Browse files Browse the repository at this point in the history
Bump smithy4s to 0.18.18
  • Loading branch information
daddykotex authored May 13, 2024
2 parents 1e6efb8 + 7bc4890 commit 02a914c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import smithy4s_codegen._

ThisBuild / organization := "com.example"
ThisBuild / organizationName := "example"
ThisBuild / scalaVersion := "2.13.10"
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / dynverSeparator := "-"

val http4sVersion = "0.23.24"
val smithyVersion = "1.41.1"
val http4sVersion = "0.23.27"
val smithyVersion = "1.45.0"
val circeVersion = "0.14.1"
val cirisVersion = "3.5.0"

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin(
"com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.3"
"com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.18"
)
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
4 changes: 2 additions & 2 deletions scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ sbt "$publish_backend"

# build backend w/ additional dependencies
tag_override="set backend / dockerTagOverride := Some(\"with-dependencies\")"
smithy_classpath="set backend / smithyClasspath ++= Seq(\"com.disneystreaming.alloy\" % \"alloy-core\" % \"0.2.8\")"
sbt "$tag_override; $smithy_classpath; $publish_backend"
smithy_classpath="set backend / smithyClasspath ++= Seq(\"com.disneystreaming.alloy\" % \"alloy-core\" % \"0.3.6\")"
sbt "$tag_override; $smithy_classpath; $publish_backend"
4 changes: 2 additions & 2 deletions smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": "1.0",
"maven": {
"dependencies": [
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.3",
"com.disneystreaming.alloy:alloy-core:0.2.8"
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.18",
"com.disneystreaming.alloy:alloy-core:0.3.6"
]
},
"imports": [
Expand Down

0 comments on commit 02a914c

Please sign in to comment.