Skip to content

Commit

Permalink
add scala3 to spray json matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelEdkrantz committed May 17, 2024
1 parent a51c3bb commit 9d5e210
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 9d5e210

Please sign in to comment.