Skip to content

Commit fefd99e

Browse files
authored
Merge pull request #170 from typelevel/update/fs2-core-3.12.0
Update fs2-core to 3.12.0
2 parents 63581cf + 0b40926 commit fefd99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val core = crossProject(JVMPlatform)
4444
libraryDependencies ++= Seq(
4545
"org.typelevel" %%% "cats-core" % "2.12.0",
4646
"org.typelevel" %%% "cats-effect" % "3.5.7",
47-
"co.fs2" %%% "fs2-core" % "3.10.2",
47+
"co.fs2" %%% "fs2-core" % "3.12.0",
4848
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.7.0",
4949
),
5050
)

0 commit comments

Comments
 (0)