Skip to content

Commit b954018

Browse files
authored
2.13: advance project SHAs (#1514)
1 parent 20ef27a commit b954018

File tree

97 files changed

+107
-103
lines changed

Some content is hidden

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

97 files changed

+107
-103
lines changed

core/scalafix.conf

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

33
vars.proj.scalafix: ${vars.base} {
44
name: "scalafix"
5-
uri: "https://github.com/scalacenter/scalafix.git#3b219fa3e53e3a06fb7a3e5890be845fb07ae3fb"
5+
uri: "https://github.com/scalacenter/scalafix.git#a543de1ee943cc8aacf00cef5cbd7a0370563c03"
66

77
extra.exclude: [
88
// out of scope

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#07c8c48a580d2ed3db7cb01b9cffddf6cfaf459c"
5+
uri: "https://github.com/geirolz/advxml.git#5bf24fd79db8a910805dfbf69a5b78bf0fa1c4e7"
66

77
}

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#5b43f258a6f30bd619f7fd9b4cd34a54afa3db48"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#3525d7c05c767f65997662266370af4d37ddc184"
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/akka-http.conf

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

33
vars.proj.akka-http: ${vars.base} {
44
name: "akka-http"
5-
uri: "https://github.com/akka/akka-http.git#c3f3c9d6cc09e81efc553b45519f91e026939861"
5+
uri: "https://github.com/akka/akka-http.git#f30c9a743acc2f6d884d09f93eda7c88dc86c715"
66

77
extra.exclude: ["docs", "akka-http-bench-jmh"]
88
extra.options: [

proj/akka-persistence-jdbc.conf

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

33
vars.proj.akka-persistence-jdbc: ${vars.base} {
44
name: "akka-persistence-jdbc"
5-
uri: "https://github.com/akka/akka-persistence-jdbc.git#8cb9192532786f94f47b7834f798cf473683574f"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#c56753dab7db3e1a6a129153a673400efa234d98"
66

77
// it isn't clear to me that there are any tests we can run without
88
// doing the Docker stuff in their test.sh script. we might ask the

proj/akka.conf

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

33
vars.proj.akka: ${vars.base} {
44
name: "akka"
5-
uri: "https://github.com/akka/akka.git#5e2c9dc5174c15823664d2057cdfe1cdf965ba9d"
5+
uri: "https://github.com/akka/akka.git#31c020a8c138de1c5376e23badfd3263d4acc5dd"
66

77
extra.projects: ["akka-scala-nightly"]
88
extra.exclude: [

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#053dce88f5296276eb86be66a7a205acf0fa73f0"
5+
uri: "https://github.com/twitter/bijection.git#36bbb665c0dbd0520accddd134da02fb0c990544"
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/blaze.conf

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

33
vars.proj.blaze: ${vars.base} {
44
name: "blaze"
5-
uri: "https://github.com/http4s/blaze.git#c15a55cbc3e78ef9d32b5d3086a62de2ecca649c"
5+
uri: "https://github.com/http4s/blaze.git#c544db60eeac2db71dd4a0e6bd6394c953b39b97"
66

77
extra.commands: ${vars.default-commands} [
88
"set every gpgWarnOnFailure := true"

proj/breeze.conf

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

33
vars.proj.breeze: ${vars.base} {
44
name: "breeze"
5-
uri: "https://github.com/scalanlp/breeze.git#08ee09d5c56a6599dbad7e829e6353406695cafd"
5+
uri: "https://github.com/scalanlp/breeze.git#c3b5796fcc8fe58807987d9863f83cbeadb3165a"
66

77
extra.exclude: ["benchmark"]
88
// compilation is slow, maybe more heap would help?

proj/case-app.conf

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

33
vars.proj.case-app: ${vars.base} {
44
name: "case-app"
5-
uri: "https://github.com/alexarchambault/case-app.git#fa39f790e23311e989236bddffd7a949c54b51ed"
5+
uri: "https://github.com/alexarchambault/case-app.git#89bca5a751522bc7537ca91fb213819246b522b0"
66

77
// this is enough for scalafix, I didn't even try adding the rest
88
extra.projects: ["coreJVM"]

proj/catbird.conf

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

33
vars.proj.catbird: ${vars.base} {
44
name: "catbird"
5-
uri: "https://github.com/typelevel/catbird.git#5e159827049dbd863be1de07c47bd74f7aae979f"
5+
uri: "https://github.com/typelevel/catbird.git#2c8acdccffee2e4dddb9c5c48df56e59c96ac932"
66

77
extra.exclude: ["benchmark"]
88
}

proj/cats-effect-testing.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-testing: ${vars.base} {
44
name: "cats-effect-testing"
5-
uri: "https://github.com/djspiewak/cats-effect-testing.git#c19dbeaa45e290b906f5072dcd1bbe12c6d12464"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#188fba24b7b9daa5820f14dfa35811a170121def"
66

77
extra.commands: ${vars.default-commands} [
88
"set every gpgWarnOnFailure := true"

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#a8390a2d56299037db9530866749928af8be9e36"
5+
uri: "https://github.com/typelevel/cats-effect.git#92c87fa2a619999739014a073830353ca5d2b351"
66

77
extra.exclude: ["*JS", "benchmarks", "docs"]
88
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#7a012da08a5f16e15525210280879647b3caa818"
5+
uri: "https://github.com/typelevel/cats-parse.git#c488e41820a598f377909cd7a0a04093e3aa1673"
66

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

proj/cats-time.conf

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

33
vars.proj.cats-time: ${vars.base} {
44
name: "cats-time"
5-
uri: "https://github.com/ChristopherDavenport/cats-time.git#438b9c82581ae9f444961d0ff69640d5cf7877a0"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#036cf928b8830a5f16ab2b3993313f5ad1ab5766"
66

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

proj/cats.conf

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

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

77
extra.exclude: ["bench", "docs", "*JS", "*Native", "js", "binCompatTest", "native", "cats"]
88
// tests are memory-hungry. hard to tell if occasional OutOfMemoryErrors are because

proj/circe.conf

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

33
vars.proj.circe: ${vars.base} {
44
name: "circe"
5-
uri: "https://github.com/circe/circe.git#4968a6702baea35f606dedfd30940af4dc647525"
5+
uri: "https://github.com/circe/circe.git#14f0bf1c95809430a9707bf1cd5b834b4a950c79"
66

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

proj/ciris.conf

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

33
vars.proj.ciris: ${vars.base} {
44
name: "ciris"
5-
uri: "https://github.com/vlovgr/ciris.git#70c41fb886d4df9a7651747b7559aa34f5c43cbf"
5+
uri: "https://github.com/vlovgr/ciris.git#eabb71dd1d0fa901af4a3b247cb012c4b28df349"
66

77
extra.exclude: ["docs"]
88
}

proj/claimant.conf

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

33
vars.proj.claimant: ${vars.base} {
44
name: "claimant"
5-
uri: "https://github.com/typelevel/claimant.git#8797ced040a12c81259edddbe2df874c07a244e1"
5+
uri: "https://github.com/typelevel/claimant.git#77a200968cf40a246e6fb78f0949477122546ccc"
66

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

proj/coulomb.conf

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

66
vars.proj.coulomb: ${vars.base} {
77
name: "coulomb"
8-
uri: "https://github.com/erikerlandson/coulomb.git#a3b61de2fdff4c84fdfe0db4fd22a3bde4a21eae"
8+
uri: "https://github.com/erikerlandson/coulomb.git#5f3196b1f566e0e861c40592a5ea9ee1b0b26c81"
99

1010
extra.projects: ["coulomb_testsJVM"] // builds & tests everything.... I think
1111
extra.commands: ${vars.default-commands} [

proj/decline.conf

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

33
vars.proj.decline: ${vars.base} {
44
name: "decline"
5-
uri: "https://github.com/bkirwi/decline.git#89130f831eaefc6bbf7faee43af2e2583e1dac67"
5+
uri: "https://github.com/bkirwi/decline.git#cc0ee7ad59998db114618b25facde7a6eba1094b"
66

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

proj/discipline-munit.conf

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

33
vars.proj.discipline-munit: ${vars.base} {
44
name: "discipline-munit"
5-
uri: "https://github.com/typelevel/discipline-munit.git#684f7f8de6c8b810be4c0daba7b4a7502e793f61"
5+
uri: "https://github.com/typelevel/discipline-munit.git#fcd27411c6401edc74165c2d4b5ef97e638b37c5"
66

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

proj/discipline-specs2.conf

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

33
vars.proj.discipline-specs2: ${vars.base} {
44
name: "discipline-specs2"
5-
uri: "https://github.com/typelevel/discipline-specs2.git#b24a16776936c42af58dfb74ea99900b09b508ed"
5+
uri: "https://github.com/typelevel/discipline-specs2.git#6113514071be36d9c5bbc7b52503ad4f29ccec19"
66

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

proj/discipline.conf

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

33
vars.proj.discipline: ${vars.base} {
44
name: "discipline"
5-
uri: "https://github.com/typelevel/discipline.git#bae92fc28d42f78bd6346741eda25f232d866760"
5+
uri: "https://github.com/typelevel/discipline.git#48a2c6aa66d0bd71328068129c3d49b88859de68"
66

77
extra.projects: ["coreJVM"] // no Scala.js please
88
extra.settings: ${vars.base.extra.settings} [

proj/doobie.conf

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

33
vars.proj.doobie: ${vars.base} {
44
name: "doobie"
5-
uri: "https://github.com/tpolecat/doobie.git#78b02fb40cf30f0420d88a210100839ba3b6002c"
5+
uri: "https://github.com/tpolecat/doobie.git#5412690c2419db2a606f41a78a3d48321beca46a"
66

77
extra.options: ["-Xss16m"] // prevent stack overflow when compiling build definition
88
extra.exclude: [

proj/doodle.conf

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

33
vars.proj.doodle: ${vars.base} {
44
name: "doodle"
5-
uri: "https://github.com/underscoreio/doodle.git#418d74f4b840ba65989f8c0fe2fdd378fb9e64b2"
5+
uri: "https://github.com/underscoreio/doodle.git#b28eb847caf6e99ae88d783baea71731688a72ae"
66

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

proj/droste.conf

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

33
vars.proj.droste: ${vars.base} {
44
name: "droste"
5-
uri: "https://github.com/higherkindness/droste.git#380a0a6c5422333f80f3b87f9d3973397eb3673d"
5+
uri: "https://github.com/higherkindness/droste.git#505d759006c487019540839989887cc5875341ba"
66

77
extra.exclude: [
88
// out of scope

proj/eff.conf

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

33
vars.proj.eff: ${vars.base} {
44
name: "eff"
5-
uri: "https://github.com/atnos-org/eff.git#3ef1e7533484f339a476bf89db0ee7b4be4bf309"
5+
uri: "https://github.com/atnos-org/eff.git#d0e0cd54fe6347e626c911d0ae93a88b40b01a90"
66

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

proj/fast-string-interpolator.conf

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

33
vars.proj.fast-string-interpolator: ${vars.base} {
44
name: "fast-string-interpolator"
5-
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#8247a01745ad62a9cfa3e6a584a640862e8b7508"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#6c780c914f563f4f2f5afdd1f9b1c1ad22d8e7db"
66

77
// Missing dependency: com.dongxiguo#fastring. likely out of scope anyway
88
extra.exclude: ["fsi-benchmark", "fsi-benchmark-core"]

proj/fetch.conf

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

33
vars.proj.fetch: ${vars.base} {
44
name: "fetch"
5-
uri: "https://github.com/47degrees/fetch.git#1834ff53fd24b091b7254dac2b2ca5dd4644aaf3"
5+
uri: "https://github.com/47degrees/fetch.git#1c03aeb02b08ea268faab8996ffc6701b9b45b4b"
66

77
extra.exclude: ["documentation", "microsite", "*JS"]
88
extra.settings: ${vars.base.extra.settings} [

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#1d1902ba0ca65da4371ebf655dcd6435435f1d92"
5+
uri: "https://github.com/foundweekends/giter8.git#e83c619ddc9061236bcce9561acceff379ce77ad"
66

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

proj/github4s.conf

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

33
vars.proj.github4s: ${vars.base} {
44
name: "github4s"
5-
uri: "https://github.com/47deg/github4s.git#82bd56a851710dfdbcb9ec6c487560840a727c72"
5+
uri: "https://github.com/47deg/github4s.git#68a1c51390af141356cf47bd7fa0ee36e44c3e01"
66

77
extra.projects: ["github4s"]
88
extra.settings: ${vars.base.extra.settings} [

proj/http4s.conf

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

33
vars.proj.http4s: ${vars.base} {
44
name: "http4s"
5-
uri: "https://github.com/http4s/http4s.git#911140b25a3cf9eb5da7e1edc849b5d23eb9ee3f"
5+
uri: "https://github.com/http4s/http4s.git#c9f54a9bb2fc71c81031aa8ddf090e42bb564bd5"
66

77
extra.commands: ${vars.default-commands} [
88
"set every gpgWarnOnFailure := true"

proj/ip4s.conf

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

33
vars.proj.ip4s: ${vars.base} {
44
name: "ip4s"
5-
uri: "https://github.com/Comcast/ip4s.git#de2016ef1a366099b67f9b4e84c9ca99909f16a9"
5+
uri: "https://github.com/Comcast/ip4s.git#ecacdc0d3af638c3fa8390db72ffd94517f7107e"
66

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

proj/jawn-fs2.conf

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

33
vars.proj.jawn-fs2: ${vars.base} {
44
name: "jawn-fs2"
5-
uri: "https://github.com/typelevel/jawn-fs2.git#d511dbb0fd1a1328da83f173926df03453970c88"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#8fde2492ed9ede425679639966a1c4aa8cce3e9f"
66

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

proj/jawn.conf

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

33
vars.proj.jawn: ${vars.base} {
44
name: "jawn"
5-
uri: "https://github.com/typelevel/jawn.git#470613ca2a08812b2afb9464fb4b2c15f6e7232e"
5+
uri: "https://github.com/typelevel/jawn.git#cb59ef59795dc477176e139f6669e97784cfe445"
66

7-
extra.exclude: ["*JS", "benchmark", "root"]
7+
extra.exclude: ["*JS", "*Native", "benchmark", "root"]
88
}

proj/json4s.conf

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

33
vars.proj.json4s: ${vars.base} {
44
name: "json4s"
5-
uri: "https://github.com/json4s/json4s.git#b58ac4416fef2f1fb6d1aba0da5afc3565710d60"
5+
uri: "https://github.com/json4s/json4s.git#6f7bedd7b4e2e6a2fd833cc9ba81849331dded93"
66

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

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#5f692c3a58657ed05c6c4f7070b366d863eb948d"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#5a4470bf91a473bd942c14b190e420240281fe12"
66

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

proj/kamon.conf

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

33
vars.proj.kamon: ${vars.base} {
44
name: "kamon"
5-
uri: "https://github.com/kamon-io/Kamon.git#c6a32e743e74f055a383ba62c56fa64b29b03a2e"
5+
uri: "https://github.com/kamon-io/Kamon.git#d8a57912fe9a6a56c6b589311caec9554148dcec"
66

77
// just what lila-ws needs, for now anyway
88
extra.projects: ["kamon-core", "kamon-influxdb", "kamon-system-metrics"]

proj/kittens.conf

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

33
vars.proj.kittens: ${vars.base} {
44
name: "kittens"
5-
uri: "https://github.com/typelevel/kittens.git#efa60194bf666936d5ba20876e5e438c8556f965"
5+
uri: "https://github.com/typelevel/kittens.git#47633a983ec0e4ebd6df971122a6e768df5eba24"
66

77
extra.projects: ["coreJVM"] // sorry, Scala.js
88
}

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#2603c02bfd9001203da7d6bb5cbb96fa71594255"
5+
uri: "https://github.com/ornicar/lila-ws.git#4e8c1e12da8eb188bd6976672157521c849dbd9a"
66

77
}

proj/log4cats.conf

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

33
vars.proj.log4cats: ${vars.base} {
44
name: "log4cats"
5-
uri: "https://github.com/ChristopherDavenport/log4cats.git#08edcec50d5adc2828d900e29ba89c6658007024"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#4344c880cb5f4ec520b51233559084ceb28a4112"
66

77
// for now, only adding the modules http4s needs
88
extra.projects: ["coreJVM", "testingJVM", "slf4j"]

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#e98df1697e3c366f54959ce244e3158f2e4a2a24"
5+
uri: "https://github.com/scalameta/mdoc.git#6a5be8cbde534662b27f1b68d2e12384a31216c9"
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#261f94e3937d4cd5188444ede96812a7b8d704af"
5+
uri: "https://github.com/erikvanoosten/metrics-scala.git#b2835ac6c1623e78a95f3ad3ad990640cba17cd1"
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?

0 commit comments

Comments
 (0)