Skip to content

Commit a4685ad

Browse files
committed
remove Scala 3 blocks for play-json-generic module
1 parent e16ad98 commit a4685ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ lazy val root = project
4141
.settings(
4242
commonSettings,
4343
publish / skip := true,
44+
name := "play-json-tools",
4445
)
4546
.aggregate(
4647
`play-json-tools`,
@@ -52,10 +53,8 @@ lazy val root = project
5253
)
5354

5455
lazy val `play-json-genericJVM` = `play-json-generic`.jvm
55-
.settings(crossScalaVersions -= Scala3)
5656

5757
lazy val `play-json-genericJS` = `play-json-generic`.js
58-
.settings(crossScalaVersions -= Scala3)
5958

6059
lazy val `play-json-generic` = crossProject(JVMPlatform, JSPlatform)
6160
.crossType(CrossType.Pure)

0 commit comments

Comments
 (0)