Skip to content

Commit

Permalink
Update io to 1.10.0 (#1611)
Browse files Browse the repository at this point in the history
Co-authored-by: Muki Seiler <[email protected]>
  • Loading branch information
scala-steward and muuki88 authored Aug 15, 2024
1 parent f487740 commit b88e80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libraryDependencies ++= Seq(
libraryDependencies ++= {
(pluginCrossBuild / sbtVersion).value match {
case v if v.startsWith("1.") =>
Seq("org.scala-sbt" %% "io" % "1.9.9")
Seq("org.scala-sbt" %% "io" % "1.10.0")
case _ => Seq()
}
}
Expand Down

0 comments on commit b88e80a

Please sign in to comment.