Skip to content

Commit

Permalink
2.13: advance project SHAs (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Mar 29, 2023
1 parent 943f5f9 commit d0c120f
Show file tree
Hide file tree
Showing 83 changed files with 89 additions and 107 deletions.
1 change: 0 additions & 1 deletion community.conf
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ include "proj/scribe.conf"
include "proj/scrooge.conf"
include "proj/shapeless-java-records.conf"
include "proj/shapeless.conf"
include "proj/simulacrum-scalafix.conf"
include "proj/singleton-ops.conf"
include "proj/sjson-new.conf"
include "proj/skunk.conf"
Expand Down
2 changes: 1 addition & 1 deletion core/scalafix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.scalafix: ${vars.base} {
name: "scalafix"
uri: "https://github.com/scalacenter/scalafix.git#f6b8c84d551872e89cbd6c3810ef52fc5dfffb79"
uri: "https://github.com/scalacenter/scalafix.git#46b8dfe75c8b9fddd0df75fb55ce9655753a7d07"

// as per https://github.com/scalacenter/scalafix/issues/1699 we don't
// include "*2_13" because we can't build many subprojects, including most test
Expand Down
7 changes: 2 additions & 5 deletions core/scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// https://github.com/scalameta/scalafmt.git#v3.6.0

// using tag for now because master caused problems
// downstream in scastie repo
// https://github.com/scalameta/scalafmt.git#master

vars.proj.scalafmt: ${vars.base} {
name: "scalafmt"
uri: "https://github.com/scalameta/scalafmt.git#732d8962bb1f55f6d4cbec03913499f7b4dd2785"
uri: "https://github.com/scalameta/scalafmt.git#a56d056420b8317dbf38807737ade60b9141b741"

extra.settings: ${vars.base.extra.settings} [
// don't fail on scala-xml 1.x vs 2.x conflict
Expand Down
4 changes: 2 additions & 2 deletions core/scalameta.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// https://github.com/scalameta/scalameta.git#v4.6.0
// https://github.com/scalameta/scalameta.git#v4.7.6

// we typically use a tag here rather than track a branch, in the
// interest of stability. whatever tag scalafmt and/or scalafix expect

vars.proj.scalameta: ${vars.base} {
name: "scalameta"
uri: "https://github.com/scalameta/scalameta.git#113b732f66c20824a2131b9b25557718e0a90986"
uri: "https://github.com/scalameta/scalameta.git#aa5ccfca917bafa28073194cb44cd9effe467553"

extra.projects: ["semanticdbScalacPlugin", "testkitJVM"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion core/wartremover.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.wartremover: ${vars.base} {
name: "wartremover"
uri: "https://github.com/wartremover/wartremover.git#33d1ab86386093a2edea80d6d141f36717ee7b90"
uri: "https://github.com/wartremover/wartremover.git#89710a09ed5dbbc74f1ff7c1915082f1564b3c6a"

extra.exclude: [
"sbt-plugin"
Expand Down
2 changes: 1 addition & 1 deletion proj/airframe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.airframe: ${vars.base} {
name: "airframe"
uri: "https://github.com/wvlet/airframe.git#e83252e5710457bddbc89bb3e8201d4b395b74be"
uri: "https://github.com/wvlet/airframe.git#1a7856be4ef44c1330456b6fa76104dfacc28010"

extra.projects: ["communityBuild"] // no Scala.js plz
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/akka-http-cors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars.proj.akka-http-cors: ${vars.base} {
name: "akka-http-cors"
uri: "https://github.com/lomigmegard/akka-http-cors.git#fab2738c44f59fb2d88ed52c2eb80c932b1f4c97"
uri: "https://github.com/lomigmegard/akka-http-cors.git#5cc0f02fc62cf5ee367af3d726cae187cf50170b"

extra.options: ["-Dakka.fail-mixed-versions=false"]
extra.projects: ["akka-http-cors"]
Expand Down
2 changes: 1 addition & 1 deletion proj/akka-management.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.akka-management: ${vars.base} {
name: "akka-management"
uri: "https://github.com/akka/akka-management.git#8b18a968414eb31f79355d97ac167b5f9e617004"
uri: "https://github.com/akka/akka-management.git#d5edd2f52fc123c6b1b28f7df217cb21a7730c3b"

// for now anyway, ambition level is just to include anything lagom needs
extra.projects: ["akka-management", "cluster-bootstrap", "cluster-http"]
Expand Down
2 changes: 1 addition & 1 deletion proj/algebird.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

vars.proj.algebird: ${vars.base} {
name: "algebird"
uri: "https://github.com/twitter/algebird.git#120961796e4ede6ddd7589a5cb1bc47c2dee27f8"
uri: "https://github.com/twitter/algebird.git#19f30c230092c4950ff7242faf87e2579d579231"

extra.exclude: ["algebird-benchmark", "algebird-spark", "docs"]
}
2 changes: 1 addition & 1 deletion proj/alpakka-kafka.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.alpakka-kafka: ${vars.base} {
name: "alpakka-kafka"
uri: "https://github.com/akka/alpakka-kafka.git#de090aa9fb9075d194e1ec5de7c452b2e89c972e"
uri: "https://github.com/akka/alpakka-kafka.git#2638794c7b52e91ddc17510c65912f850608e065"

extra.exclude: [
// out of scope
Expand Down
2 changes: 1 addition & 1 deletion proj/americium.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

vars.proj.americium: ${vars.base} {
name: "americium"
uri: "https://github.com/sageserpent-open/americium.git#527708ee5daaf3228779ebf85671314578fcf2a1"
uri: "https://github.com/sageserpent-open/americium.git#6436a853b48b0aed2deee34d12282adf2ed717b3"

}
2 changes: 1 addition & 1 deletion proj/bijection.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.bijection: ${vars.base} {
name: "bijection"
uri: "https://github.com/twitter/bijection.git#f4563bfd2f9e026f46645144c7246c94da14f8e5"
uri: "https://github.com/twitter/bijection.git#e1208d1c2c37cd4412e027ae475c465aa1a3443a"

extra.settings: ${vars.base.extra.settings} [
// resolve version conflict (from sbt-scoverage, probably?)
Expand Down
2 changes: 1 addition & 1 deletion proj/blaze.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.blaze: ${vars.base} {
name: "blaze"
uri: "https://github.com/http4s/blaze.git#9c5993caf620bfbf017468c1b30bb6ff47e94d8e"
uri: "https://github.com/http4s/blaze.git#958a5a284a68ba8353fd8b1866e088e3dc883df6"

extra.commands: ${vars.default-commands} [
"set every gpgWarnOnFailure := true"
Expand Down
2 changes: 1 addition & 1 deletion proj/boopickle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.boopickle: ${vars.base} {
name: "boopickle"
uri: "https://github.com/suzaku-io/boopickle.git#f16f5a6c9e0fb6c01d0a5ac3b59c6e34062b31a8"
uri: "https://github.com/suzaku-io/boopickle.git#4627f583b84c63c7db19ea442cddc78cb232dc89"

extra.projects: ["boopickleJVM", "shapelessJVM"] // no Scala.js, no "perftests"
}
2 changes: 1 addition & 1 deletion proj/cachecontrol.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cachecontrol: ${vars.base} {
name: "cachecontrol"
uri: "https://github.com/playframework/cachecontrol.git#59d1af791e15a52d5df723d0a0fc7fd69684a880"
uri: "https://github.com/playframework/cachecontrol.git#2ca9948a8338848fabef84cfdc90df7eaf28f34b"

extra.settings: ${vars.base.extra.settings} [
// dbuild gets confused if only crossScalaVersions is set?!
Expand Down
2 changes: 1 addition & 1 deletion proj/cats-effect-testing.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats-effect-testing: ${vars.base} {
name: "cats-effect-testing"
uri: "https://github.com/djspiewak/cats-effect-testing.git#cd31c1e78669050e5d2e651843b09a04bbdf1555"
uri: "https://github.com/djspiewak/cats-effect-testing.git#610ecb60ed8c0846e12a5daeddbd61bd64130ba0"

extra.commands: ${vars.default-commands} [
"set every gpgWarnOnFailure := true"
Expand Down
2 changes: 1 addition & 1 deletion proj/cats-effect.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats-effect: ${vars.base} {
name: "cats-effect"
uri: "https://github.com/typelevel/cats-effect.git#dda58749ebc7f84231c589d3bcf4c36d55ad0590"
uri: "https://github.com/typelevel/cats-effect.git#b45fc751c1fe9feac3ee518573f6e4d6ac4e3dba"

extra.exclude: ["*JS", "*Native", "benchmarks", "docs"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/cats-time.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats-time: ${vars.base} {
name: "cats-time"
uri: "https://github.com/ChristopherDavenport/cats-time.git#15d394f7c55ff9356ad43c5d1ebfec16ed0b0407"
uri: "https://github.com/ChristopherDavenport/cats-time.git#2400ba2775b53dd1683c8e4514c7117d0437927c"

extra.exclude: ["*JS", "*Native", "docs"]
}
2 changes: 1 addition & 1 deletion proj/cats.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats: ${vars.base} {
name: "cats"
uri: "https://github.com/typelevel/cats.git#87473f7acf21f8db741d9eb8a472d3d62f6f961f"
uri: "https://github.com/typelevel/cats.git#717ff665fd65239945d169f8205712d7eeb7611c"

extra.exclude: ["bench", "docs", "unidocs", "*JS", "*Native", "binCompatTest"]
// tests are memory-hungry. hard to tell if occasional OutOfMemoryErrors are because
Expand Down
2 changes: 1 addition & 1 deletion proj/circe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.circe: ${vars.base} {
name: "circe"
uri: "https://github.com/circe/circe.git#6bbb7e73a529916faec89f1455d11356af03ea64"
uri: "https://github.com/circe/circe.git#0502d69d6ab289c9f751d89cf6d6bff2f62181ea"

// "module name circe-scalafix/internal/rules_2.13 contains invalid '/'"
// -- reproducible outside dbuild with sbt 1.8.0 (repo is on 1.7.3)
Expand Down
2 changes: 1 addition & 1 deletion proj/ciris.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.ciris: ${vars.base} {
name: "ciris"
uri: "https://github.com/vlovgr/ciris.git#92a59be2c6b016a9e3e905e5ea78d9d461e631d6"
uri: "https://github.com/vlovgr/ciris.git#fd459cabc57c36db0dc87034156e564bdbc36aa7"

extra.exclude: ["docs", "*JS", "*Native"]
}
2 changes: 1 addition & 1 deletion proj/dijon.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.dijon: ${vars.base} {
name: "dijon"
uri: "https://github.com/jvican/dijon.git#05ebbeeab246ad536f0003b9e5c2eefefe135abb"
uri: "https://github.com/jvican/dijon.git#15f281593f468bbfff1942ddcdc9f2a4443e6e8e"

extra.exclude: ["*JS", "*Native"]
// I guess sbt-release-early is pulling in sbt-bintray?!
Expand Down
2 changes: 1 addition & 1 deletion proj/doobie.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.doobie: ${vars.base} {
name: "doobie"
uri: "https://github.com/tpolecat/doobie.git#049f3fa31a2acfc189e586b68e43022721361566"
uri: "https://github.com/tpolecat/doobie.git#3cb6144b00f2429e95d411ee30427f4ad95eac5c"

extra.options: ["-Xss16m"] // prevent stack overflow when compiling build definition
extra.exclude: [
Expand Down
10 changes: 8 additions & 2 deletions proj/doodle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

vars.proj.doodle: ${vars.base} {
name: "doodle"
uri: "https://github.com/underscoreio/doodle.git#0d12505879bc595607563f5e9a732d5804e7ac04"
uri: "https://github.com/underscoreio/doodle.git#a7b51c6da8a41b86c003164db390ba6fa4700f2f"

extra.exclude: ["*JS", "docs", "unidocs"]
extra.exclude: [
"*JS"
"docs", "unidocs"
// underscoreio/doodle@71c505a added some build shenanigans here
// that it doesn't seem worth trying to accommodate
"examplesJVM"
]
extra.commands: ${vars.default-commands} [
// so we don't have to arrange for dbuild-built semanticdb to be brought in
"set every semanticdbEnabled := false"
Expand Down
2 changes: 1 addition & 1 deletion proj/droste.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.droste: ${vars.base} {
name: "droste"
uri: "https://github.com/higherkindness/droste.git#2319fa72643edae3d03621877d86b375df93ad17"
uri: "https://github.com/higherkindness/droste.git#c6cc73ce3fcef653e395d40fe55b83c5d89b5651"

extra.exclude: [
// out of scope
Expand Down
2 changes: 1 addition & 1 deletion proj/eff.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.eff: ${vars.base} {
name: "eff"
uri: "https://github.com/atnos-org/eff.git#215a05872584f2367d4cb8b76aca93f93776d6ff"
uri: "https://github.com/atnos-org/eff.git#c6bdb324758cac819b69e334af31cbcc3e0c5fe3"

extra.exclude: ["scalazJVM", "*JS", "*Native"]
}
2 changes: 1 addition & 1 deletion proj/expression-evaluator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.expression-evaluator: ${vars.base} {
name: "expression-evaluator"
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#d57d1277836a2f666a8f3c0bd4e0a00d2d449735"
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#2d1338bfe4769e3f03fb3a1ca0fcf37050b5d9bb"

extra.settings: ${vars.base.extra.settings} [
// resolve version conflict (from sbt-scoverage, probably?)
Expand Down
2 changes: 1 addition & 1 deletion proj/fast-string-interpolator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.fast-string-interpolator: ${vars.base} {
name: "fast-string-interpolator"
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#67dcaaec6bbdfaa4c1e81ff74f6e93c99e775887"
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#53650c4a2130a30efe129ffeb68a5cab7c8bb30d"

// Missing dependency: com.dongxiguo#fastring. likely out of scope anyway
extra.exclude: ["fsi-benchmark*", "*JS", "*Native"]
Expand Down
2 changes: 1 addition & 1 deletion proj/fetch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.fetch: ${vars.base} {
name: "fetch"
uri: "https://github.com/47degrees/fetch.git#e31566d6a2481abfaf4af63e4e6393a680689228"
uri: "https://github.com/47degrees/fetch.git#f0d1a16a0d4f540c0bba30c6d0e99c582c2ee745"

extra.exclude: ["documentation", "microsite", "*JS"]
extra.settings: ${vars.base.extra.settings} [
Expand Down
2 changes: 1 addition & 1 deletion proj/finch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.finch: ${vars.base} {
name: "finch"
uri: "https://github.com/finagle/finch.git#da2b4bab91474fcc65320a3b77055e9dfc3905d3"
uri: "https://github.com/finagle/finch.git#cc17190d8e043100d6e4ec9b16703a393abb48d8"

extra.exclude: ["benchmarks", "docs"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/giter8.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.giter8: ${vars.base} {
name: "giter8"
uri: "https://github.com/foundweekends/giter8.git#ccd5abede24dea0b70a9d03833f81ac94a9b4e19"
uri: "https://github.com/foundweekends/giter8.git#3ffc7f931b6464cd4011ab53642ff81328c5693d"

extra.exclude: [
// these are sbt plugins
Expand Down
2 changes: 1 addition & 1 deletion proj/http4s.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.http4s: ${vars.base} {
name: "http4s"
uri: "https://github.com/http4s/http4s.git#6f63e9ec63b24a9b9ccbb6f14492a03fb94faa1e"
uri: "https://github.com/http4s/http4s.git#09ae763fed092a121852b04561bdc4a3a6869af0"

extra.commands: ${vars.default-commands} [
"set every gpgWarnOnFailure := true"
Expand Down
2 changes: 1 addition & 1 deletion proj/ip4s.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.ip4s: ${vars.base} {
name: "ip4s"
uri: "https://github.com/Comcast/ip4s.git#9a0a68ed6fa3adce863b7109cf40360bef5b185b"
uri: "https://github.com/Comcast/ip4s.git#2266b130ba752f1e8739d620becda8df5e9b0997"

extra.exclude: ["*JS", "*Native"]
extra.settings: ${vars.base.extra.settings} [
Expand Down
2 changes: 1 addition & 1 deletion proj/jardiff.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

vars.proj.jardiff: ${vars.base} {
name: "jardiff"
uri: "https://github.com/lightbend-labs/jardiff.git#c5f063fb5b1385b6d01c7b2eee7a812f0038ea22"
uri: "https://github.com/lightbend-labs/jardiff.git#9e88c85a031c0f0959c1ea524d75479831f07a74"

}
2 changes: 1 addition & 1 deletion proj/jawn-fs2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.jawn-fs2: ${vars.base} {
name: "jawn-fs2"
uri: "https://github.com/typelevel/jawn-fs2.git#587c17c37ef96fbe05991ba14a38fd88c7cd1af1"
uri: "https://github.com/typelevel/jawn-fs2.git#529c36f3eb47512966645a6a8f6a9a89c5313376"

extra.exclude: ["*JS", "*Native"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/jawn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.jawn: ${vars.base} {
name: "jawn"
uri: "https://github.com/typelevel/jawn.git#ff34a7fd3b4085de6971e4381d66f9cbcef159d2"
uri: "https://github.com/typelevel/jawn.git#b66710089708fb27a3b51fd523937dbc1979af4b"

extra.exclude: ["*JS", "*Native", "benchmark", "root"]
extra.settings: ${vars.base.extra.settings} [
Expand Down
2 changes: 1 addition & 1 deletion proj/json4s.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.json4s: ${vars.base} {
name: "json4s"
uri: "https://github.com/json4s/json4s.git#86f4de9422e6c14428806308ddcb6983177df746"
uri: "https://github.com/json4s/json4s.git#b7f99f8e9bb4d2b7f03a5f464c58fe7935972ba5"

extra.exclude: ["*JS", "*Native"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/jsoniter-scala.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.jsoniter-scala: ${vars.base} {
name: "jsoniter-scala"
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#cdfe27f78cae67e9c050d06b71a0598d5f414b77"
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#44daf211e4218b80b4ece28fd5c54dc5ee76b54b"

extra.exclude: ["*JS", "*Native", "*benchmark*"]
extra.settings: ${vars.base.extra.settings} [
Expand Down
2 changes: 1 addition & 1 deletion proj/kittens.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.kittens: ${vars.base} {
name: "kittens"
uri: "https://github.com/typelevel/kittens.git#e40fc31319bdda9da16152a5bbf6ddccabac31c6"
uri: "https://github.com/typelevel/kittens.git#a06aeb733eb689870eb49c739835e9ce7c09938b"

extra.projects: ["coreJVM"] // sorry, Scala.js
}
2 changes: 1 addition & 1 deletion proj/log4cats.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.log4cats: ${vars.base} {
name: "log4cats"
uri: "https://github.com/ChristopherDavenport/log4cats.git#3d6d78ce28e71b18402be3576fdc744fc466d69d"
uri: "https://github.com/ChristopherDavenport/log4cats.git#ffc73c0b78d12aeb40290e0933148a17f389b521"

extra.exclude: [
"docs", "*JS", "*Native", "js-console"
Expand Down
2 changes: 1 addition & 1 deletion proj/mdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.mdoc: ${vars.base} {
name: "mdoc"
uri: "https://github.com/scalameta/mdoc.git#d7e8f321ff16a313399e3af55c7b16ccbd289bf1"
uri: "https://github.com/scalameta/mdoc.git#e5bd665224bf042eab0dabd832fff0e888239a07"

extra.exclude: [
"js", "jsdocs", "docs", "unit", "plugin", "*JS"
Expand Down
2 changes: 1 addition & 1 deletion proj/metals.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

vars.proj.metals: ${vars.base} {
name: "metals"
uri: "https://github.com/scalacommunitybuild/metals.git#0fa68dd66b0aaf0c49e665669416b759fb823c28"
uri: "https://github.com/scalacommunitybuild/metals.git#df0c6b646576f31704a814ebb78dad0dd0849b80"

// Vadim from Virtus writes:
//
Expand Down
Loading

0 comments on commit d0c120f

Please sign in to comment.