Skip to content

Commit 8462182

Browse files
Update io to 1.10.4 (#1660)
1 parent c882ac2 commit 8462182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ libraryDependencies ++= Seq(
4040
libraryDependencies ++= {
4141
(pluginCrossBuild / sbtVersion).value match {
4242
case v if v.startsWith("1.") =>
43-
Seq("org.scala-sbt" %% "io" % "1.10.0")
43+
Seq("org.scala-sbt" %% "io" % "1.10.4")
4444
case _ => Seq()
4545
}
4646
}

0 commit comments

Comments
 (0)