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 d67c51e commit 7a5cc0bCopy full SHA for 7a5cc0b
project/Dependencies.scala
@@ -13,7 +13,7 @@ object Dependencies {
13
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
14
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
15
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
16
- val commonsIo = "commons-io" % "commons-io" % "2.13.0"
+ val commonsIo = "commons-io" % "commons-io" % "2.14.0"
17
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.7"
18
val coursierSbtMaven =
19
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision
0 commit comments