We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22e8f9 commit 33c9534Copy full SHA for 33c9534
project/Dependencies.scala
@@ -17,7 +17,7 @@ object Dependencies {
17
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
18
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
19
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
20
- val commonsIo = "commons-io" % "commons-io" % "2.9.0"
+ val commonsIo = "commons-io" % "commons-io" % "2.10.0"
21
val coursierCore = "io.get-coursier" %% "coursier" % "2.0.16"
22
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.6.1"
23
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
0 commit comments