Skip to content

Commit

Permalink
Add scala 3 to spray json matrix for v3 client (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelEdkrantz committed May 20, 2024
1 parent a51c3bb commit b07f938
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 @@ -921,7 +921,7 @@ lazy val sprayJson = (projectMatrix in file("json/spray-json"))
),
scalaTest
)
.jvmPlatform(scalaVersions = scala2)
.jvmPlatform(scalaVersions = scala2 ++ scala3)
.dependsOn(core, jsonCommon)

lazy val play2Json = (projectMatrix in file("json/play2-json"))
Expand Down

0 comments on commit b07f938

Please sign in to comment.