Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BottyMcBotBot committed Jan 21, 2024
1 parent e2e128f commit e160bf0
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 @@ -7,8 +7,8 @@ lazy val root = (project in file("."))
name := "cardigan-prep"
)

libraryDependencies += "co.fs2" %% "fs2-core" % "3.9.3"
libraryDependencies += "co.fs2" %% "fs2-io" % "3.9.3"
libraryDependencies += "co.fs2" %% "fs2-core" % "3.9.4"
libraryDependencies += "co.fs2" %% "fs2-io" % "3.9.4"

libraryDependencies ++= Seq(
"io.circe" %% "circe-core",
Expand Down

0 comments on commit e160bf0

Please sign in to comment.