Skip to content

Commit b87cd39

Browse files
committed
Update smithy-diff, smithy-syntax to 1.72.1
1 parent e1f875e commit b87cd39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ lazy val transformation = project
7171
scalaVersion := "2.12.21",
7272
libraryDependencies ++= Seq(
7373
"software.amazon.smithy" % "smithy-build" % "1.72.1",
74-
"software.amazon.smithy" % "smithy-syntax" % "1.72.0",
74+
"software.amazon.smithy" % "smithy-syntax" % "1.72.1",
7575
"ch.epfl.scala" % "spec-traits" % "2.2.0-M2",
7676
"tech.neander" % "jsonrpclib-smithy" % jsonrpclibVersion,
7777
"com.disneystreaming.alloy" % "alloy-core" % "0.3.40",
7878
"com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value,
7979
"com.lihaoyi" %% "os-lib" % "0.11.8" % Test,
80-
"software.amazon.smithy" % "smithy-diff" % "1.72.0" % Test,
80+
"software.amazon.smithy" % "smithy-diff" % "1.72.1" % Test,
8181
),
8282
publish / skip := true,
8383
)

0 commit comments

Comments
 (0)