Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.10.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 12, 2024
1 parent 32f64bb commit 7265053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ lazy val core = crossProject(JVMPlatform)
name := "aquascape",
fork := true,
libraryDependencies ++= Seq(
"co.fs2" %%% "fs2-core" % "3.9.4",
"co.fs2" %%% "fs2-io" % "3.9.4",
"co.fs2" %%% "fs2-core" % "3.10.2",
"co.fs2" %%% "fs2-io" % "3.10.2",
("org.creativescala" %%% "doodle" % "0.21.0")
.exclude(org = "com.lihaoyi", name = "sourcecode_3"),
"org.typelevel" %%% "cats-core" % "2.10.0",
Expand Down

0 comments on commit 7265053

Please sign in to comment.