Skip to content

Commit

Permalink
chore(deps): update dependency co.fs2:fs2-io to v3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent dd8f1f5 commit aa336dc
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.9.1",
"co.fs2" %% "fs2-io" % "3.9.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 aa336dc

Please sign in to comment.