Skip to content

Commit

Permalink
Try new CE snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Apr 26, 2023
1 parent 7a2ab6a commit 2a0c445
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 @@ -126,7 +126,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
scalacOptions ~= (_.filterNot(_ == "-source:3.0-migration")),
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect" % "3.5-c760a55",
"org.typelevel" %%% "cats-effect" % "3.5-3f61234",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
"org.scodec" %%% "scodec-bits" % "1.1.37",
Expand Down

0 comments on commit 2a0c445

Please sign in to comment.