There was an error while loading. Please reload this page.
1 parent e1f875e commit b87cd39Copy full SHA for b87cd39
1 file changed
build.sbt
@@ -71,13 +71,13 @@ lazy val transformation = project
71
scalaVersion := "2.12.21",
72
libraryDependencies ++= Seq(
73
"software.amazon.smithy" % "smithy-build" % "1.72.1",
74
- "software.amazon.smithy" % "smithy-syntax" % "1.72.0",
+ "software.amazon.smithy" % "smithy-syntax" % "1.72.1",
75
"ch.epfl.scala" % "spec-traits" % "2.2.0-M2",
76
"tech.neander" % "jsonrpclib-smithy" % jsonrpclibVersion,
77
"com.disneystreaming.alloy" % "alloy-core" % "0.3.40",
78
"com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value,
79
"com.lihaoyi" %% "os-lib" % "0.11.8" % Test,
80
- "software.amazon.smithy" % "smithy-diff" % "1.72.0" % Test,
+ "software.amazon.smithy" % "smithy-diff" % "1.72.1" % Test,
81
),
82
publish / skip := true,
83
)
0 commit comments