Skip to content

Commit 57abcdb

Browse files
authored
2.13: new Scala SHA (#1677)
1 parent 8605f4f commit 57abcdb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

nightly.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# June 3, 2023
2-
nightly=2.13.12-bin-1a2373b
1+
# July 3, 2023
2+
nightly=2.13.12-bin-7c63166

proj/scapegoat.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// https://github.com/scalacommunitybuild/scapegoat.git#community-build-2.13 # was sksamuel, master
1+
// https://github.com/scalacommunitybuild/scapegoat.git#community-build-2.13 # was scapegoat-scala, master
22

3-
// forked (August 2019; refreshed July 2020) because some
3+
// forked (August 2019; refreshed June 2023) because some
44
// classpath-handling code didn't work under dbuild
55

66
vars.proj.scapegoat: ${vars.base} {
77
name: "scapegoat"
8-
uri: "https://github.com/scalacommunitybuild/scapegoat.git#883d336dab2c93b34e887fa5a4b43fc8a5636f9f"
8+
uri: "https://github.com/scalacommunitybuild/scapegoat.git#ecd064439af8f3ca447d6656c513eded477031c9"
99

10-
// because of https://github.com/scala/scala/pull/9208, is my guess --
11-
// we should be able to re-enable after upstream moves to 2.13.4
1210
extra.commands: ${vars.default-commands} [
13-
"""set Test / unmanagedSources / excludeFilter := HiddenFileFilter || "ComparisonToEmptyListTest.scala""""
11+
// test started failing on 2.13.12; see my remarks at
12+
// https://github.com/scala/community-build/pull/1677#issuecomment-1614721682
13+
"""set Test / unmanagedSources / excludeFilter := HiddenFileFilter || "UnnecessaryConversionTest.scala""""
1414
]
1515
}

0 commit comments

Comments
 (0)