Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on fs2 #9

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove dependency on fs2
This project should not depend on fs2
  • Loading branch information
jan-pieter authored Oct 2, 2024
commit 19cca5a8c046c4ef6d27fc3f0fa1d5237539a180
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
val scala3Version = "3.4.0"
val circeVersion = "0.14.1"
val scalatestVersion = "3.2.9"
val fs2Version = "3.8.0"

ThisBuild / organization := "io.github.jqscala"
ThisBuild / homepage := Some(url("https://github.com/jqscala/jqscala"))
Expand Down Expand Up @@ -32,7 +31,6 @@ lazy val root = project
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"co.fs2" %% "fs2-core" % fs2Version,
"org.scalatest" %% "scalatest" % scalatestVersion % Test
)
)
Loading