Skip to content

Commit 76a95d2

Browse files
committed
fix play-json on JDK 8
1 parent 77ad2fd commit 76a95d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

proj/play-json.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
// https://github.com/playframework/play-json.git#main
1+
// https://github.com/playframework/play-json.git#2396ede2c8d129867ad90b8fa0f503ee74276ec5 # was main
2+
3+
// frozen (October 2022) at a known-green commit before JDK 8 support
4+
// was dropped; normally that would be fine but the project won't even
5+
// extract on JDK 8, which we can't accommodate (not without forking
6+
// and work, anyway)
27

38
vars.proj.play-json: ${vars.base} {
49
name: "play-json"
5-
uri: "https://github.com/playframework/play-json.git#582c2b6eedc3eb7cf6adada4bdb9f63cb4c266b8"
10+
uri: "https://github.com/playframework/play-json.git#2396ede2c8d129867ad90b8fa0f503ee74276ec5"
611

712
extra.projects: ["play-jsonJVM"] // no Scala.js plz
8-
extra.settings: ${vars.base.extra.settings} [
9-
// resolve version conflict (from sbt-scoverage, probably?)
10-
// one-deeper nesting level makes it apply to build definition
11-
["""ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always"""]
12-
]
1313
}

0 commit comments

Comments
 (0)