Skip to content

Commit 5892daa

Browse files
Update fs2-core, fs2-io to 3.12.2 (#506)
1 parent 0abb7bb commit 5892daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ lazy val core = crossProject(JVMPlatform)
9494
"org.apache.commons" % "commons-compress" % "1.27.1",
9595
"com.lihaoyi" %% "sourcecode" % "0.4.2",
9696
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
97+
"co.fs2" %% "fs2-core" % "3.12.2",
98+
"co.fs2" %% "fs2-io" % "3.12.2",
9799
"io.circe" %% "circe-generic" % "0.14.15",
98100
"io.circe" %% "circe-parser" % "0.14.15",
99-
"co.fs2" %% "fs2-core" % "3.11.0",
100-
"co.fs2" %% "fs2-io" % "3.11.0",
101101
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0"
102102
),
103103
libraryDependencies ++= {

0 commit comments

Comments
 (0)