Skip to content

Commit

Permalink
Update io to 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 23, 2024
1 parent 9207682 commit 39cd45a
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 @@ -191,7 +191,7 @@ lazy val sbtProject = (project in file("sbt"))
"org.scala-sbt" % "compiler-interface" % "1.4.4",
"org.scala-sbt" %% "completion" % sbtVersion.value,
"org.scala-sbt" %% "core-macros" % sbtVersion.value,
"org.scala-sbt" %% "io" % "1.4.0",
"org.scala-sbt" %% "io" % "1.9.9",
"org.scala-sbt" %% "librarymanagement-core" % "1.4.3",
"org.scala-sbt" %% "main" % sbtVersion.value,
"org.scala-sbt" %% "main-settings" % sbtVersion.value,
Expand Down

0 comments on commit 39cd45a

Please sign in to comment.