Skip to content

Commit

Permalink
build: Update commons-io from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sisioh-bot[bot] committed Jun 13, 2021
1 parent b938b29 commit b92c89c
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 @@ -49,7 +49,7 @@ lazy val baseSettings = Seq(
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test->default",
"org.mockito" % "mockito-core" % "3.9.0" % "test",
"commons-io" % "commons-io" % "2.9.0"
"commons-io" % "commons-io" % "2.10.0"
),
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit b92c89c

Please sign in to comment.