You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
reaching out since my company is using spray json for a lot of things, and we also like your libraries :)
Wanted to check regarding spray json, and scala 3 support. Spray json also has a Scala 3 build, but not linked in your sbt build. Any historic reason for this or not doing this? It might be as easy as adding scala3 below.
If I opened a PR for this, should it be for the client3 or client4?
lazy val sprayJson = (projectMatrix in file("json/spray-json"))
.settings(commonJvmSettings)
.settings(
name := "spray-json",
libraryDependencies ++= Seq(
"io.spray" %% "spray-json" % "1.3.6"
),
scalaTest
)
.jvmPlatform(scalaVersions = scala2)
.dependsOn(core, jsonCommon)
The text was updated successfully, but these errors were encountered:
Hi,
reaching out since my company is using spray json for a lot of things, and we also like your libraries :)
Wanted to check regarding spray json, and scala 3 support. Spray json also has a Scala 3 build, but not linked in your sbt build. Any historic reason for this or not doing this? It might be as easy as adding scala3 below.
If I opened a PR for this, should it be for the client3 or client4?
The text was updated successfully, but these errors were encountered: