Skip to content

Commit 2aab425

Browse files
authored
2.13: advance project SHAs (#1464)
1 parent 712c91f commit 2aab425

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+65
-65
lines changed

dependencies.txt

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

proj/advxml.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
vars.proj.advxml: ${vars.base} {
44
name: "advxml"
5-
uri: "https://github.com/geirolz/advxml.git#11c0a824a4ea84c3b40acc778a40fa7f7dc55f3f"
5+
uri: "https://github.com/geirolz/advxml.git#411c84449d22049cd8e52a8595258769556887b5"
66

77
}

proj/airframe.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.airframe: ${vars.base} {
44
name: "airframe"
5-
uri: "https://github.com/wvlet/airframe.git#3e09bad26f8a4906e8fc086991803fbb6422cb3f"
5+
uri: "https://github.com/wvlet/airframe.git#32abe607a6ef064d577524fc218c80e896611667"
66

77
check-missing: false // ignore missing scripted-plugin
88
extra.projects: ["communityBuild"] // no Scala.js plz

proj/akka-http-cors.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
vars.proj.akka-http-cors: ${vars.base} {
66
name: "akka-http-cors"
7-
uri: "https://github.com/lomigmegard/akka-http-cors.git#441f1de193cbb2f5657f2b46e98292920c389f58"
7+
uri: "https://github.com/lomigmegard/akka-http-cors.git#b1d00a1ecbfca509b08d9cc2373801ab7ea73bf1"
88

99
extra.options: ["-Dakka.fail-mixed-versions=false"]
1010
extra.projects: ["akka-http-cors"]

proj/akka-http-json.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
vars.proj.akka-http-json: ${vars.base} {
77
name: "akka-http-json"
8-
uri: "https://github.com/hseeberger/akka-http-json.git#ec4172accf99fbcbebb116622bece2cfbec5d340"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#60b66cbbe5ac0e06b5a005fa8e3b00dbd10caf10"
99

1010
// we might try to re-enable this when we have newer akka-http; right now
1111
// the tests don't compile and it looks like an akka-http version problem

proj/bijection.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.bijection: ${vars.base} {
44
name: "bijection"
5-
uri: "https://github.com/twitter/bijection.git#02c05476ece52fc33207c44863f69ef1cd4b2c6c"
5+
uri: "https://github.com/twitter/bijection.git#171d1945d4485296a39e2a47e82b7c23586070e6"
66

77
// at the moment let's just do the part scalafix needs. there are a bunch
88
// of integration modules, but my hunch is they are likelier to cause

proj/boopickle.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.boopickle: ${vars.base} {
44
name: "boopickle"
5-
uri: "https://github.com/suzaku-io/boopickle.git#6528110b6071564d5f5a41a1896fa542dc388e19"
5+
uri: "https://github.com/suzaku-io/boopickle.git#0e4b211812a136e215ffc0510fdb544ea5f7c974"
66

77
extra.projects: ["boopickleJVM", "shapelessJVM"] // no Scala.js, no "perftests"
88
}

proj/cats-effect.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.cats-effect: ${vars.base} {
44
name: "cats-effect"
5-
uri: "https://github.com/typelevel/cats-effect.git#4b241ddbb56c25ea4071eec1d4652c5c90bf4a22"
5+
uri: "https://github.com/typelevel/cats-effect.git#e8b71c7cea4c18409bcde714f11db26eb80ab620"
66

77
extra.projects: ["coreJVM", "lawsJVM"] // no Scala.js plz
88
extra.commands: ${vars.default-commands} [

proj/cats-mtl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
vars.proj.cats-mtl: ${vars.base} {
1010
name: "cats-mtl"
11-
uri: "https://github.com/typelevel/cats-mtl.git#e48d8531c571a4227403357e9f1ff955acba546b"
11+
uri: "https://github.com/typelevel/cats-mtl.git#782bb7e68e8ae3511fdf267ed0dd50430172f96d"
1212

1313
extra.exclude: ["*JS"]
1414
extra.commands: ${vars.default-commands} [

proj/cats-parse.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.cats-parse: ${vars.base} {
44
name: "cats-parse"
5-
uri: "https://github.com/typelevel/cats-parse.git#f3f7686269fa2e23eaee1248db8b380c5fcbfa50"
5+
uri: "https://github.com/typelevel/cats-parse.git#8ae2407f55d9037e330c41388fda51a54935bc02"
66

77
extra.exclude: ["bench", "docs", "*JS"]
88
extra.commands: ${vars.default-commands} [

proj/circe-config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
vars.proj.circe-config: ${vars.base} {
66
name: "circe-config"
7-
uri: "https://github.com/circe/circe-config.git#b6c25b24a99d89c671f1443d230b92293a52262c"
7+
uri: "https://github.com/circe/circe-config.git#f5634fb051cae4aac4bd04eb80257ad4a4d625f0"
88

99
extra.commands: ${vars.default-commands} [
1010
"""set every doctestScalaTestVersion := Some("3.2.1")"""

proj/decline.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
vars.proj.decline: ${vars.base} {
66
name: "decline"
7-
uri: "https://github.com/bkirwi/decline.git#7b54a23c6e6a2b940fae7228f0c488cb472880cf"
7+
uri: "https://github.com/bkirwi/decline.git#d0411b9230af7c96df100aed293a39edc25c395e"
88

99
extra.projects: ["declineJVM", "refinedJVM"] // no Scala.js, no doc
1010
}

proj/doodle.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
// https://github.com/underscoreio/doodle.git#master
1+
// https://github.com/underscoreio/doodle.git#666b1ffa01b375e9fd049dbacd3be1fc3391575c # was master
2+
3+
// frozen (August 2021) at a known-green commit before a test
4+
// failure started (doodle.golden.Text). I tried to reproduce the
5+
// failure outside of dbuild, but wasn't able to. it doesn't seem
6+
// worth digging into
27

38
vars.proj.doodle: ${vars.base} {
49
name: "doodle"

proj/droste.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
vars.proj.droste: ${vars.base} {
66
name: "droste"
7-
uri: "https://github.com/higherkindness/droste.git#b36c5089e4081d4032e68f0ec4557fa4da90097f"
7+
uri: "https://github.com/higherkindness/droste.git#b1e8e176d77dedfba9942326720dfbfe9ba85700"
88

99
extra.exclude: [
1010
// out of scope
11-
"*JS", "docs", "readme", "publish", "coverage"
11+
"*JS", "documentation", "readme", "coverage", "microsite"
1212
// [error] **** Missing dependency: the library io.github.stanch#reftree
1313
"reftree"
1414
]
@@ -18,7 +18,6 @@ vars.proj.droste: ${vars.base} {
1818
"""ThisBuild / scmInfo := Some(ScmInfo(url("https://github.com/higherkindness/droste"), "scm:git:https://github.com/higherkindness/droste.git", Some("scm:git:[email protected]:higherkindness/droste.git")))"""
1919
]
2020
extra.commands: ${vars.default-commands} [
21-
"set every gpgWarnOnFailure := true"
2221
// Scaladoc generation failure:
2322
// java.lang.ArrayIndexOutOfBoundsException: 110
2423
// scala.reflect.internal.util.BatchSourceFile.findLine$1(SourceFile.scala:199)

proj/fs2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
vars.proj.fs2: ${vars.base} {
66
name: "fs2"
7-
uri: "https://github.com/typelevel/fs2.git#f63941fe354b0ab032cc0f6f8f79c7a8ae1b4643"
7+
uri: "https://github.com/typelevel/fs2.git#27e6121e6a700b228e483cde75a041cc6038c53e"
88

99
// no Scala.js, no benchmarks or docs
1010
extra.projects: ["coreJVM", "reactiveStreams", "io"]

proj/giter8.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.giter8: ${vars.base} {
44
name: "giter8"
5-
uri: "https://github.com/foundweekends/giter8.git#ed03f586db6f2f1c1a96e17755441432eaf2a0ff"
5+
uri: "https://github.com/foundweekends/giter8.git#4372cd68b186463cffbf15c0e01a737a211db445"
66

77
extra.exclude: [
88
// these are sbt plugins

proj/jsoniter-scala.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.jsoniter-scala: ${vars.base} {
44
name: "jsoniter-scala"
5-
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#a834de163ee8ccc80e7c3aafe6898e36d8157aac"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#45b98872dae114f9030c2554b244908c0a4b54fd"
66

77
extra.exclude: ["*JS", "*benchmark*"]
88
}

proj/lift-json.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.lift-json: ${vars.base} {
44
name: "lift-json"
5-
uri: "https://github.com/lift/framework.git#bb8fb65defc901e90e58356860c4e9eaf3a79729"
5+
uri: "https://github.com/lift/framework.git#8e74e41bc0a4a249055d0e7b849c484846c52fb5"
66

77
extra.projects: ["lift-json"]
88
// because the tests use scala.util.parsing.json, which was removed from

proj/lila-ws.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
vars.proj.lila-ws: ${vars.base} {
44
name: "lila-ws"
5-
uri: "https://github.com/ornicar/lila-ws.git#2b5f45496c146aa062b57d2c7bbbd8ae86802404"
5+
uri: "https://github.com/ornicar/lila-ws.git#7badc9820f98def3b74b763db7ee880bf84ffae9"
66

77
}

proj/mdoc.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.mdoc: ${vars.base} {
44
name: "mdoc"
5-
uri: "https://github.com/scalameta/mdoc.git#7d4059afa267e77dee912b7ebcc349af5998de9d"
5+
uri: "https://github.com/scalameta/mdoc.git#5eaa1149c314d88a4e6809f3e97e538eb4dccdce"
66

77
extra.exclude: [
88
"js", "jsdocs", "docs", "unit", "plugin", "*JS"

proj/metrics-scala.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.metrics-scala: ${vars.base} {
44
name: "metrics-scala"
5-
uri: "https://github.com/erikvanoosten/metrics-scala.git#f35aab71627af992e0ca761d00a55b4fcc562513"
5+
uri: "https://github.com/erikvanoosten/metrics-scala.git#25a1d480e0d21e57c456a78f9dee31ce869706da"
66

77
// our Akka version is 2.6; as of January 2020 there is only a
88
// a metricsAkka25 project, no Akka26, but perhaps it will be source-compatible?

proj/munit-cats-effect.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.munit-cats-effect: ${vars.base} {
44
name: "munit-cats-effect"
5-
uri: "https://github.com/typelevel/munit-cats-effect.git#c35fbe53f4f4004ff349641825ef62d19d2b0c98"
5+
uri: "https://github.com/typelevel/munit-cats-effect.git#0b15ce872cbc905bd05f9c605b94c1e3559a19d1"
66

77
extra.projects: ["ce2JVM"] // we don't have Cats Effect 3 yet
88
extra.exclude: ["*JS"]

proj/munit.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.munit: ${vars.base} {
44
name: "munit"
5-
uri: "https://github.com/scalameta/munit.git#58e5498f6b14f3b6acbc0520ea83b66dd3fbf0ad"
5+
uri: "https://github.com/scalameta/munit.git#0354373d463fc691a3560c2085d35d8783b5708b"
66

77
extra.exclude: ["docs", "plugin", "*JS", "*Native"]
88
extra.settings: ${vars.base.extra.settings} [

proj/paiges.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.paiges: ${vars.base} {
44
name: "paiges"
5-
uri: "https://github.com/typelevel/paiges.git#2447588f05bd6014c592aede71468f0a3c6edde3"
5+
uri: "https://github.com/typelevel/paiges.git#68c7afa4295ba44e4a796d1da9a8ea2b8d6e1fbb"
66

77
extra.projects: ["coreJVM", "catsJVM"] // but not "benchmark"
88
extra.commands: ${vars.default-commands} [

proj/parboiled2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.parboiled2: ${vars.base} {
44
name: "parboiled2"
5-
uri: "https://github.com/sirthias/parboiled2.git#6e224ee08a417584238385c9574a2ec16298b996"
5+
uri: "https://github.com/sirthias/parboiled2.git#1f9b5728643f07b7fd306060d51b796dd5c0ac32"
66

77
extra.projects: ["parboiledJVM", "examples"]
88
extra.commands: ${vars.default-commands} [

proj/play-file-watch.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// https://github.com/playframework/play-file-watch.git#master
1+
// https://github.com/playframework/play-file-watch.git#main
22

33
// dependency of playframework
44

55
vars.proj.play-file-watch: ${vars.base} {
66
name: "play-file-watch"
7-
uri: "https://github.com/playframework/play-file-watch.git#ac07157acbc2200b77f8dbcd3ff83d9f4e11d649"
7+
uri: "https://github.com/playframework/play-file-watch.git#36fad546344f0ad1b6beaeee9a1d39b8b5867afe"
88

99
}

proj/play-json.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.play-json: ${vars.base} {
44
name: "play-json"
5-
uri: "https://github.com/playframework/play-json.git#10d46272b4510fede12abedc6fb9c458fc24b0ed"
5+
uri: "https://github.com/playframework/play-json.git#b3e7549b54c57f374e38917698d747fba25bf48c"
66

77
extra.projects: ["play-jsonJVM"] // no Scala.js plz
88
}

proj/playframework.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.playframework: ${vars.base} {
44
name: "playframework"
5-
uri: "https://github.com/playframework/playframework.git#998cfe2f50dee9a22b0005993d868b8097320285"
5+
uri: "https://github.com/playframework/playframework.git#d9c4b9add81e81d8b2830dba37379e0ade1342b7"
66

77
// see https://github.com/sbt/sbt/issues/5808 ; we could probably move to 1.4
88
// once we have https://github.com/playframework/playframework/pull/10442 but

proj/pureconfig.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.pureconfig: ${vars.base} {
44
name: "pureconfig"
5-
uri: "https://github.com/pureconfig/pureconfig.git#f3f8207c42f379bb1e4a86718461c8a4b9211e42"
5+
uri: "https://github.com/pureconfig/pureconfig.git#5a379df8c56186aeea543185634cb2606e78a1fd"
66

77
extra.projects: ["core"]
88
}
@@ -13,7 +13,7 @@ vars.proj.pureconfig: ${vars.base} {
1313

1414
vars.proj.pureconfig-more: ${vars.base} {
1515
name: "pureconfig-more"
16-
uri: "https://github.com/pureconfig/pureconfig.git#f3f8207c42f379bb1e4a86718461c8a4b9211e42"
16+
uri: "https://github.com/pureconfig/pureconfig.git#5a379df8c56186aeea543185634cb2606e78a1fd"
1717

1818
extra.exclude: [
1919
// we already built this above

proj/quicklens.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.quicklens: ${vars.base} {
44
name: "quicklens"
5-
uri: "https://github.com/softwaremill/quicklens.git#5e44eb1b32da1b08ff8127d9fc5adae105d9b247"
5+
uri: "https://github.com/softwaremill/quicklens.git#ab2855c2f4b9f79a5933f421e21dc28ea01f140d"
66

77
extra.projects: ["quicklens"] // this is the 2.13+JVM one
88
}

proj/reactive-mongo-bson.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.reactive-mongo-bson: ${vars.base} {
44
name: "reactive-mongo-bson"
5-
uri: "https://github.com/ReactiveMongo/ReactiveMongo-BSON.git#0a09efd91ddbbe2795ccbf7df9cd336840ae2ef6"
5+
uri: "https://github.com/ReactiveMongo/ReactiveMongo-BSON.git#2ffa96f2df2cb88f41575d8f2b90cddda62c8602"
66

77
// present ambition level is: only what lila-ws needs
88
extra.projects: ["api"]

proj/reactive-mongo.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.reactive-mongo: ${vars.base} {
44
name: "reactive-mongo"
5-
uri: "https://github.com/ReactiveMongo/ReactiveMongo.git#f7e29d97894653a60aac8aaee0b7e32390b79b91"
5+
uri: "https://github.com/ReactiveMongo/ReactiveMongo.git#a477f23c98b1dbb346c243e8595a9e0857335b1a"
66

77
extra.exclude: ["benchmarks"]
88
// this is fine for our present ambitious level (namely, to add lila-ws)

proj/scala-collection-compat.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scala-collection-compat: ${vars.base} {
44
name: "scala-collection-compat"
5-
uri: "https://github.com/scala/scala-collection-compat.git#d24e492e209e4497fcff76c433866bc5e2aee54a"
5+
uri: "https://github.com/scala/scala-collection-compat.git#a2681bf24409d3700ead8a1d0e05d53b38be9f1f"
66

77
extra.projects: ["compat213"] // no Scala.js or Scalafix rules plz
88
extra.commands: ${vars.default-commands} [

proj/scala-java8-compat.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scala-java8-compat: ${vars.base} {
44
name: "scala-java8-compat"
5-
uri: "https://github.com/scala/scala-java8-compat.git#fa3286ca2e3238d1134e03eab40a1d24eb924e41"
5+
uri: "https://github.com/scala/scala-java8-compat.git#57e1f7ccaa67dcac2b4227ab1a6ee0fcb5f42023"
66

77
// as per https://github.com/scala/scala-java8-compat/issues/160
88
// genjavadoc is disabled except on JDK 8, but we don't want to

proj/scala-library-next.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scala-library-next: ${vars.base} {
44
name: "scala-library-next"
5-
uri: "https://github.com/scala/scala-library-next.git#17cea9d492f5d44ac885448a5c741f8beac2ee19"
5+
uri: "https://github.com/scala/scala-library-next.git#8d85dd7438a8de9bc99adc722e29f695798102f6"
66

77
extra.exclude: ["*JS"]
88
}

proj/scala-logging.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
vars.proj.scala-logging: ${vars.base} {
44
name: "scala-logging"
5-
uri: "https://github.com/lightbend/scala-logging.git#b5c769faa729e7705a8ecc80a2f0cfaf5de2155a"
5+
uri: "https://github.com/lightbend/scala-logging.git#52f8fbbe3a3b9512ec7ec1a9d34733df144ed71a"
66

77
}

proj/scala-parallel-collections.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scala-parallel-collections: ${vars.base} {
44
name: "scala-parallel-collections"
5-
uri: "https://github.com/scala/scala-parallel-collections.git#6ed1b5c17a3f1c7da883752578028d7ef28a79e6"
5+
uri: "https://github.com/scala/scala-parallel-collections.git#261265a10ea39c2285b3efd343fbb89a2c7a594f"
66

77
extra.commands: ${vars.default-commands} [
88
// work around https://github.com/scala/community-builds/issues/575

proj/scala-parser-combinators.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scala-parser-combinators: ${vars.base} {
44
name: "scala-parser-combinators"
5-
uri: "https://github.com/scala/scala-parser-combinators.git#2dfc98a697f23f4aa06c715360a12907c3ed40e4"
5+
uri: "https://github.com/scala/scala-parser-combinators.git#d691daefed34e73dbf880b94728a705f67ae67ea"
66

77
extra.exclude: ["*JS", "*Native"]
88
extra.commands: ${vars.default-commands} [

proj/scala-xml.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scala-xml: ${vars.base} {
44
name: "scala-xml"
5-
uri: "https://github.com/scala/scala-xml.git#08e5fecd36c3294f6e350d0c97674a32625d0575"
5+
uri: "https://github.com/scala/scala-xml.git#9dd06d8bd4b14d0a9f7ecef71d46d6c9d3ddaaeb"
66

77
extra.projects: ["xml"]
88
extra.commands: ${vars.default-commands} [

proj/scalacheck.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scalacheck: ${vars.base} {
44
name: "scalacheck"
5-
uri: "https://github.com/typelevel/scalacheck.git#4dc0ef2d26ad32ab66afad2711152c3132fdcbda"
5+
uri: "https://github.com/typelevel/scalacheck.git#4ec9978b9ce071ea7f28a8ffa280e4f1e63e1aa9"
66

77
extra.projects: ["jvm"] // no Scala.js please
88
}

proj/scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scalafmt: ${vars.base} {
44
name: "scalafmt"
5-
uri: "https://github.com/scalameta/scalafmt.git#12cef0df29e8caa3eb3170cad0807cac0f2e594e"
5+
uri: "https://github.com/scalameta/scalafmt.git#5ea377a347c6f787cf79d626a03935a3c9f8236d"
66

77
extra.projects: ["coreJVM", "cli", "tests"]
88
// not investigated. at first glance they all look environment-dependent

0 commit comments

Comments
 (0)