Skip to content

Commit e61ffa2

Browse files
committed
fork scala-refactoring to fix spurious failing test
1 parent 7991c39 commit e61ffa2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configs/community.dbuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,8 @@ build += {
12161216
extra.projects: ["scalatagsJVM"] // no Scala.js
12171217
}
12181218

1219+
// forked (August 2019) to fix some bad Scala-version-checking code, as per
1220+
// https://github.com/scala/scala-dev/issues/644#issuecomment-520562911
12191221
${vars.base} {
12201222
name: "scala-refactoring"
12211223
uri: ${vars.uris.scala-refactoring-uri}

configs/project-refs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ vars.uris: {
133133
scala-partest-uri: "https://github.com/scala/scala-partest.git#1.1.x"
134134
scala-pet-store-uri: "https://github.com/pauljamescleary/scala-pet-store.git#d1c4b4a71e2e27bd" # was master
135135
scala-records-uri: "https://github.com/scala-records/scala-records.git"
136-
scala-refactoring-uri: "https://github.com/scala-ide/scala-refactoring.git"
136+
scala-refactoring-uri: "https://github.com/scalacommunitybuild/scala-refactoring.git#community-build-2.12" # was scala-ide, master
137137
scala-sculpt-uri: "https://github.com/lightbend/scala-sculpt.git"
138138
scala-ssh-uri: "https://github.com/sirthias/scala-ssh.git"
139139
scala-stm-uri: "https://github.com/nbronson/scala-stm.git"

0 commit comments

Comments
 (0)