We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56211a8 commit f7ae29cCopy full SHA for f7ae29c
1 file changed
project/Dependencies.scala
@@ -10,7 +10,7 @@ object Dependencies {
10
"ch.qos.logback" % "logback-classic" % "1.5.37",
11
"co.fs2" %% "fs2-io" % fs2Version,
12
"co.fs2" %% "fs2-core" % fs2Version,
13
- "com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % "2.21.4",
+ "com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % "2.22.0",
14
"com.monovore" %% "decline-effect" % "2.6.2",
15
"com.softwaremill.sttp.client3" %% "core" % sttpClientVersion,
16
"com.softwaremill.sttp.client3" %% "circe" % sttpClientVersion,
0 commit comments