Skip to content

Commit

Permalink
cats-parse scala3 (#850)
Browse files Browse the repository at this point in the history
* bak cat-parse

* merge scala3 branch

* update cats-parse

* Update core/src/main/scala-3/caliban/parsing/Parser.scala

* Update core/src/main/scala-3/caliban/parsing/Parser.scala

Co-authored-by: Pierre Ricadat <[email protected]>
  • Loading branch information
timzaak and ghostdogpr authored May 7, 2021
1 parent f5c670d commit e203073
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ lazy val core = project
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
libraryDependencies ++= {
if (scalaVersion.value == scala3) {
Seq.empty
Seq(
"org.typelevel" %% "cats-parse" % "0.3.3"
)
} else {
Seq(
"com.propensive" %% "magnolia" % magnoliaVersion,
Expand Down
Loading

0 comments on commit e203073

Please sign in to comment.