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 0abb7bb commit 5892daaCopy full SHA for 5892daa
build.sbt
@@ -94,10 +94,10 @@ lazy val core = crossProject(JVMPlatform)
94
"org.apache.commons" % "commons-compress" % "1.27.1",
95
"com.lihaoyi" %% "sourcecode" % "0.4.2",
96
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
97
+ "co.fs2" %% "fs2-core" % "3.12.2",
98
+ "co.fs2" %% "fs2-io" % "3.12.2",
99
"io.circe" %% "circe-generic" % "0.14.15",
100
"io.circe" %% "circe-parser" % "0.14.15",
- "co.fs2" %% "fs2-core" % "3.11.0",
- "co.fs2" %% "fs2-io" % "3.11.0",
101
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0"
102
),
103
libraryDependencies ++= {
0 commit comments