Skip to content

Commit

Permalink
Update io to 1.9.1 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
wartremover-bot[bot] committed Jun 26, 2023
1 parent d12eb1d commit 26bfb90
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 @@ -87,7 +87,7 @@ lazy val coreBinary = project
Seq(
"org.scala-lang" %% "scala3-tasty-inspector" % scalaVersion.value % Test,
"io.get-coursier" % "coursier" % "2.1.5" % Test cross CrossVersion.for3Use2_13 exclude ("io.argonaut", "*") exclude ("org.scala-lang.modules", "scala-xml_2.13"),
"org.scala-sbt" %% "io" % "1.9.0" % Test,
"org.scala-sbt" %% "io" % "1.9.1" % Test,
"org.wartremover" %% "wartremover-inspector" % wartremoverVersion % Test,
)
} else {
Expand Down

0 comments on commit 26bfb90

Please sign in to comment.