Skip to content

Commit

Permalink
Merge pull request #798 from scalacenter/update/commons-io-2.18.0
Browse files Browse the repository at this point in the history
Update commons-io to 2.18.0
  • Loading branch information
adpi2 authored Nov 20, 2024
2 parents 72e5c42 + 33d7e9f commit 5804078
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 @@ -54,7 +54,7 @@ lazy val javaDebug = project
"com.google.code.gson" % "gson" % "2.11.0",
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
"org.reactivestreams" % "reactive-streams" % "1.0.4",
"commons-io" % "commons-io" % "2.17.0",
"commons-io" % "commons-io" % "2.18.0",
"junit" % "junit" % "4.13.2" % Test,
"org.easymock" % "easymock" % "5.5.0" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
Expand Down

0 comments on commit 5804078

Please sign in to comment.