File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1216,6 +1216,8 @@ build += {
1216
1216
extra.projects: ["scalatagsJVM"] // no Scala.js
1217
1217
}
1218
1218
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
1219
1221
${vars.base} {
1220
1222
name: "scala-refactoring"
1221
1223
uri: ${vars.uris.scala-refactoring-uri}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ vars.uris: {
133
133
scala-partest-uri: "https://github.com/scala/scala-partest.git#1.1.x"
134
134
scala-pet-store-uri: "https://github.com/pauljamescleary/scala-pet-store.git#d1c4b4a71e2e27bd" # was master
135
135
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
137
137
scala-sculpt-uri: "https://github.com/lightbend/scala-sculpt.git"
138
138
scala-ssh-uri: "https://github.com/sirthias/scala-ssh.git"
139
139
scala-stm-uri: "https://github.com/nbronson/scala-stm.git"
You can’t perform that action at this time.
0 commit comments