Skip to content

Commit

Permalink
chore(deps): update dependency co.fs2:fs2-io to v3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent bc0ecc2 commit cf267f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lazy val protocol_impl =
name := "s2mc-protocol-impl",
libraryDependencies ++= Seq(
// effect libraries
"co.fs2" %% "fs2-io" % "3.10.1",
"co.fs2" %% "fs2-io" % "3.10.2",

// our protocol implementation will use typenbt as a foundation to deal with NBTs
("net.katsstuff" %% "typenbt" % "0.6.0").cross(CrossVersion.for3Use2_13),
Expand Down

0 comments on commit cf267f6

Please sign in to comment.