We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b1748 commit dd9cb72Copy full SHA for dd9cb72
build.sbt
@@ -41,7 +41,7 @@ lazy val sbtPlugin = project
41
"software.amazon.smithy" % "smithy-trait-codegen" % "1.61.0",
42
"software.amazon.smithy" % "smithy-model" % "1.61.0",
43
) ++ Seq(
44
- "com.lihaoyi" %% "os-lib" % "0.10.7"
+ "com.lihaoyi" %% "os-lib" % "0.11.6"
45
),
46
pluginCrossBuild / sbtVersion := {
47
scalaBinaryVersion.value match {
0 commit comments