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 fcb317d commit 77373a3Copy full SHA for 77373a3
build.sbt
@@ -91,7 +91,7 @@ lazy val core = crossProject(JVMPlatform)
91
"org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test,
92
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
93
("org.apache.avro" % "avro" % "1.12.0").exclude("org.apache.commons", "commons-compress"),
94
- "org.apache.commons" % "commons-compress" % "1.27.1",
+ "org.apache.commons" % "commons-compress" % "1.28.0",
95
"com.lihaoyi" %% "sourcecode" % "0.4.2",
96
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
97
"co.fs2" %% "fs2-core" % "3.12.2",
0 commit comments