Skip to content

Commit e0127af

Browse files
committed
fix slick
1 parent 33fb6ab commit e0127af

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

proj/slick.conf

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
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
25

36
vars.proj.slick: ${vars.base} {
47
name: "slick"
5-
uri: "https://github.com/slick/slick.git#b508ca879efb1ba78c1f0ac7df0c5f414209e11e"
8+
uri: "https://github.com/scalacommunitybuild/slick.git#9a93fdb91ac599634a47211d121f4b1b0cd6863f"
69

710
extra.exclude: [
811
// unless we exclude, it looks for an Ornate dependency here
912
"root"
1013
]
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-
]
1614
extra.commands: ${vars.default-commands} [
17-
"removeScalacOptions -Xsource:3"
18-
"appendScalacOptions -Xsource:3-cross"
1915
// fails on JDK 20
2016
"""set testkit / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "MBeansTest.scala""""
2117
]

0 commit comments

Comments
 (0)