Skip to content

Commit

Permalink
chore(deps): update dependency co.fs2:fs2-io to v3.10-365636d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent 1349d84 commit a1765d8
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.3",
"co.fs2" %% "fs2-io" % "3.10-365636d",

// 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 a1765d8

Please sign in to comment.