Skip to content

Commit

Permalink
Merge pull request #601 from scalacenter/update/commons-io-2.14.0
Browse files Browse the repository at this point in the history
Update commons-io to 2.14.0
  • Loading branch information
adpi2 authored Oct 2, 2023
2 parents 80f2625 + 674ebc4 commit 10a193d
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 @@ -53,7 +53,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.13.0",
"commons-io" % "commons-io" % "2.14.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 10a193d

Please sign in to comment.