File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
- // https://github.com/slick/slick.git#main
1
+ // https://github.com/scalacommunitybuild/slick.git#community-build-2.13 # was slick, main
2
+
3
+ // forked (February 2025) for 2.13.16 compatibility -- they haven't
4
+ // taken the 2.13.16 upgrade yet
2
5
3
6
vars.proj.slick: ${vars.base} {
4
7
name: "slick"
5
- uri: "https://github.com/slick /slick.git#b508ca879efb1ba78c1f0ac7df0c5f414209e11e "
8
+ uri: "https://github.com/scalacommunitybuild /slick.git#9a93fdb91ac599634a47211d121f4b1b0cd6863f "
6
9
7
10
extra.exclude: [
8
11
// unless we exclude, it looks for an Ornate dependency here
9
12
"root"
10
13
]
11
- extra.settings: ${vars.base.extra.settings} [
12
- // resolve version conflict (from sbt-scoverage, probably?)
13
- // one-deeper nesting level makes it apply to build definition
14
- ["""ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always"""]
15
- ]
16
14
extra.commands: ${vars.default-commands} [
17
- "removeScalacOptions -Xsource:3"
18
- "appendScalacOptions -Xsource:3-cross"
19
15
// fails on JDK 20
20
16
"""set testkit / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "MBeansTest.scala""""
21
17
]
You can’t perform that action at this time.
0 commit comments