Skip to content

Commit

Permalink
Merge pull request #691 from scalacenter/update/commons-io-2.16.0
Browse files Browse the repository at this point in the history
Update commons-io to 2.16.0
  • Loading branch information
adpi2 committed Mar 29, 2024
2 parents 254d337 + dcaeecc commit 027eebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -54,7 +54,7 @@ lazy val javaDebug = project
"com.google.code.gson" % "gson" % "2.10.1",
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
"org.reactivestreams" % "reactive-streams" % "1.0.4",
"commons-io" % "commons-io" % "2.15.1",
"commons-io" % "commons-io" % "2.16.0",
"junit" % "junit" % "4.13.2" % Test,
"org.easymock" % "easymock" % "5.2.0" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
Expand Down

0 comments on commit 027eebc

Please sign in to comment.