Skip to content

Commit

Permalink
Merge pull request #616 from scala-steward/update/fs2-io-3.3.0
Browse files Browse the repository at this point in the history
Update fs2-io to 3.3.0
  • Loading branch information
mpilquist authored Oct 16, 2022
2 parents 02fd097 + de1c51c commit 668361f
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 @@ -294,7 +294,7 @@ lazy val xray = crossProject(JSPlatform, JVMPlatform)
description := "AWS X-Ray bindings implementation",
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.3",
"co.fs2" %%% "fs2-io" % "3.2.14",
"co.fs2" %%% "fs2-io" % "3.3.0",
"com.comcast" %%% "ip4s-core" % "3.1.3",
"org.scodec" %%% "scodec-bits" % "1.1.34"
)
Expand Down

0 comments on commit 668361f

Please sign in to comment.