Skip to content

Commit

Permalink
Catch up on versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 28, 2024
1 parent ebb09bd commit 8d76398
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
1 change: 0 additions & 1 deletion modules/core/src/test/scala/playground/Diffs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ object Diffs {
_,
) => IdenticalValue("unit")

@nowarn("cat=unused")
implicit def diffForIor[E: Diff, A: Diff]: Diff[Ior[E, A]] = Diff.derivedDiff

implicit val diffByteArray: Diff[Blob] = Diff[String].contramap(_.toString())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sources": ["./weather.smithy", "./no-runner.smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.14",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.24"
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.25"
]
}
9 changes: 2 additions & 7 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3")

// remove when smithy4s catches up: https://github.com/disneystreaming/smithy4s/pull/1485 + release
libraryDependencies ++= Seq(
"software.amazon.smithy" % "smithy-model" % "1.47.0"
)
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

// try to keep in sync with smithy-build.json
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.23")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.25")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
Expand Down
2 changes: 1 addition & 1 deletion smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sources": ["modules/core/src/test/smithy"],
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.14",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.24",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.25",
"software.amazon.smithy:smithy-aws-traits:1.52.1"
]
}

0 comments on commit 8d76398

Please sign in to comment.