File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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)
2
7
3
8
vars.proj.play-json: ${vars.base} {
4
9
name: "play-json"
5
- uri: "https://github.com/playframework/play-json.git#582c2b6eedc3eb7cf6adada4bdb9f63cb4c266b8 "
10
+ uri: "https://github.com/playframework/play-json.git#2396ede2c8d129867ad90b8fa0f503ee74276ec5 "
6
11
7
12
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
- ]
13
13
}
You can’t perform that action at this time.
0 commit comments