Skip to content

Commit 8b643d7

Browse files
authored
2.13: advance project SHAs (#1658)
1 parent 5ec9b58 commit 8b643d7

Some content is hidden

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

88 files changed

+99
-89
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#46b8dfe75c8b9fddd0df75fb55ce9655753a7d07"
5+
uri: "https://github.com/scalacenter/scalafix.git#8d7858b00233ce934323edc4631298b9a36edaa8"
66

77
// as per https://github.com/scalacenter/scalafix/issues/1699 we don't
88
// include "*2_13" because we can't build many subprojects, including most test

core/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#a56d056420b8317dbf38807737ade60b9141b741"
5+
uri: "https://github.com/scalameta/scalafmt.git#e119c63ac8884a7f07f2d88ca065d582460961f1"
66

77
extra.settings: ${vars.base.extra.settings} [
88
// don't fail on scala-xml 1.x vs 2.x conflict

core/wartremover.conf

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

33
vars.proj.wartremover: ${vars.base} {
44
name: "wartremover"
5-
uri: "https://github.com/wartremover/wartremover.git#89710a09ed5dbbc74f1ff7c1915082f1564b3c6a"
5+
uri: "https://github.com/wartremover/wartremover.git#a28e684db603536426f6f89726eb3ee510ed321c"
66

77
extra.exclude: [
88
"sbt-plugin"

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#1a7856be4ef44c1330456b6fa76104dfacc28010"
5+
uri: "https://github.com/wvlet/airframe.git#5df197268b36286c75f365cfa17046e2ba54680d"
66

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

proj/akka-management.conf

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

33
vars.proj.akka-management: ${vars.base} {
44
name: "akka-management"
5-
uri: "https://github.com/akka/akka-management.git#d5edd2f52fc123c6b1b28f7df217cb21a7730c3b"
5+
uri: "https://github.com/akka/akka-management.git#0ee8c5e842a01a0d082d2d95f22d563bf1eb1f47"
66

77
// for now anyway, ambition level is just to include anything lagom needs
88
extra.projects: ["akka-management", "cluster-bootstrap", "cluster-http"]

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#9cc24a7f6f62a9c0f3f1c935bd275ab5444d4e45"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#f841e472f8148f9824ecd05153419b1768b66df1"
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/alpakka-kafka.conf

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

33
vars.proj.alpakka-kafka: ${vars.base} {
44
name: "alpakka-kafka"
5-
uri: "https://github.com/akka/alpakka-kafka.git#2638794c7b52e91ddc17510c65912f850608e065"
5+
uri: "https://github.com/akka/alpakka-kafka.git#1e25e79f33e85703cfc3edd39eceaa3a3b5f471b"
66

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

proj/americium.conf

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

33
vars.proj.americium: ${vars.base} {
44
name: "americium"
5-
uri: "https://github.com/sageserpent-open/americium.git#6436a853b48b0aed2deee34d12282adf2ed717b3"
5+
uri: "https://github.com/sageserpent-open/americium.git#bf5bf73ba32981ed528182a934ec9b8866401e6a"
66

77
}

proj/base64.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
// dependency of github4s
44
vars.proj.base64: ${vars.base} {
55
name: "base64"
6-
uri: "https://github.com/marklister/base64.git#9a1cb3b64b54bcd742d1add2f6623da46cbb9dc3"
6+
uri: "https://github.com/marklister/base64.git#95503d379a3df261a59869f5766d772d8b51e31b"
77

88
extra.projects: ["base64JVM"] // no Scala.js plz
9+
extra.commands: ${vars.default-commands} [
10+
// compensate for a mistake in the build
11+
"removeScalacOptions Base64"
12+
]
913
}

proj/better-tostring.conf

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

33
vars.proj.better-tostring: ${vars.base} {
44
name: "better-tostring"
5-
uri: "https://github.com/polyvariant/better-tostring.git#3733f27227aa62f18a46ccd4511ee0207d1a10f2"
5+
uri: "https://github.com/polyvariant/better-tostring.git#bbc168822398c0be17c8ee93bd7ab2278e2e0c94"
66

77
}

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#e1208d1c2c37cd4412e027ae475c465aa1a3443a"
5+
uri: "https://github.com/twitter/bijection.git#cacb0f1acde522be145273dfd601c51d5f896f03"
66

77
extra.settings: ${vars.base.extra.settings} [
88
// resolve version conflict (from sbt-scoverage, probably?)

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#958a5a284a68ba8353fd8b1866e088e3dc883df6"
5+
uri: "https://github.com/http4s/blaze.git#8cf873e228c89b8ed836d7c635ab8142222ebc85"
66

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

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#c0f8c7f05520a9519ffda0def6c2414d7fd9e370"
5+
uri: "https://github.com/alexarchambault/case-app.git#8e0544e5ce1f9ce1dd3bd85308332b5dd1cd4985"
66

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

proj/cats-effect.conf

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

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

7-
extra.exclude: ["*JS", "*Native", "benchmarks", "docs"]
7+
extra.exclude: [
8+
"*JS", "*Native", "benchmarks", "docs"
9+
]
810
extra.commands: ${vars.default-commands} [
11+
// dbuild tries to rewrite this version number
12+
"""set every Jcstress / version := "0.16""""
913
// otherwise sbt-gpg errors on `publish`
1014
"set every gpgWarnOnFailure := true"
1115
]

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#9f0ae1a95330350d38c53a1059cf3fc6c28f9816"
5+
uri: "https://github.com/typelevel/cats-parse.git#365ec66004532fbe9b06df812225f66a3948aad0"
66

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

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#2400ba2775b53dd1683c8e4514c7117d0437927c"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#7120c3eb9548a565f91c75de720eaf794b1ec5b9"
66

77
extra.exclude: ["*JS", "*Native", "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#717ff665fd65239945d169f8205712d7eeb7611c"
5+
uri: "https://github.com/typelevel/cats.git#bb443b82ee69fda10a08232eec7f495157fac7b6"
66

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

proj/circe-config.conf

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

33
vars.proj.circe-config: ${vars.base} {
44
name: "circe-config"
5-
uri: "https://github.com/circe/circe-config.git#fc78cfe895abbe49de838d7698ab84af9ce9be15"
5+
uri: "https://github.com/circe/circe-config.git#098ce03595d732272a2bda85a2de9b689fa894b8"
66

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

proj/circe.conf

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

33
vars.proj.circe: ${vars.base} {
44
name: "circe"
5-
uri: "https://github.com/circe/circe.git#0502d69d6ab289c9f751d89cf6d6bff2f62181ea"
5+
uri: "https://github.com/circe/circe.git#172c9a4d9e14270bab59700d9ffe439462c23db7"
66

77
// "module name circe-scalafix/internal/rules_2.13 contains invalid '/'"
88
// -- reproducible outside dbuild with sbt 1.8.0 (repo is on 1.7.3)

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#fd459cabc57c36db0dc87034156e564bdbc36aa7"
5+
uri: "https://github.com/vlovgr/ciris.git#7c3b56b458f0c38a877f78b766c50f3d4a5b2c5d"
66

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

proj/difflicious.conf

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

33
vars.proj.difflicious: ${vars.base} {
44
name: "difflicious"
5-
uri: "https://github.com/jatcwang/difflicious.git#87902b99f0e96d04b886770eedcffeb01fd96bb1"
5+
uri: "https://github.com/jatcwang/difflicious.git#ee275baceac56ac18501f0b9bbbb014507f2e8a5"
66

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

proj/dijon.conf

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

33
vars.proj.dijon: ${vars.base} {
44
name: "dijon"
5-
uri: "https://github.com/jvican/dijon.git#15f281593f468bbfff1942ddcdc9f2a4443e6e8e"
5+
uri: "https://github.com/jvican/dijon.git#07c69c34aef335d6b512c00686a9376339708106"
66

77
extra.exclude: ["*JS", "*Native"]
88
// I guess sbt-release-early is pulling in sbt-bintray?!

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#3cb6144b00f2429e95d411ee30427f4ad95eac5c"
5+
uri: "https://github.com/tpolecat/doobie.git#336a517ad777bb2ebf83ecca3b211ef8deaddde4"
66

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

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#c6cc73ce3fcef653e395d40fe55b83c5d89b5651"
5+
uri: "https://github.com/higherkindness/droste.git#8e603c48908e19410cdaf8c4f70acec663d7a1c9"
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#c6bdb324758cac819b69e334af31cbcc3e0c5fe3"
5+
uri: "https://github.com/atnos-org/eff.git#436772eea55beb48e7f4ebeef177b85fb99c89a7"
66

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

proj/expression-evaluator.conf

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

33
vars.proj.expression-evaluator: ${vars.base} {
44
name: "expression-evaluator"
5-
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#2d1338bfe4769e3f03fb3a1ca0fcf37050b5d9bb"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#a69e237765fc6c176b51125e3e5c8a3df0bb6628"
66

77
extra.settings: ${vars.base.extra.settings} [
88
// resolve version conflict (from sbt-scoverage, probably?)

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#53650c4a2130a30efe129ffeb68a5cab7c8bb30d"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#7560b5246ac5e21005879b2b587a05cc9074280f"
66

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

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#f0d1a16a0d4f540c0bba30c6d0e99c582c2ee745"
5+
uri: "https://github.com/47degrees/fetch.git#41949c85fdd11814ba6c3bf7fce1dbe68db9c896"
66

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

proj/finch.conf

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

33
vars.proj.finch: ${vars.base} {
44
name: "finch"
5-
uri: "https://github.com/finagle/finch.git#cc17190d8e043100d6e4ec9b16703a393abb48d8"
5+
uri: "https://github.com/finagle/finch.git#e7f76d9feed9c62983b467582f4ca992e0bd7ce2"
66

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

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#3ffc7f931b6464cd4011ab53642ff81328c5693d"
5+
uri: "https://github.com/foundweekends/giter8.git#5499199a1d0966834c3e250b8adbb2d0a1432507"
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#9c18225cc61f756aace9ddcb5d134720c882edb0"
5+
uri: "https://github.com/47deg/github4s.git#422bdbb36370f99e3b70117cc2691facb5ef591c"
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#09ae763fed092a121852b04561bdc4a3a6869af0"
5+
uri: "https://github.com/http4s/http4s.git#9c87839cd15af1b5bd9344018683a05620c74b86"
66

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

proj/jardiff.conf

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

33
vars.proj.jardiff: ${vars.base} {
44
name: "jardiff"
5-
uri: "https://github.com/lightbend-labs/jardiff.git#9e88c85a031c0f0959c1ea524d75479831f07a74"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#10861d04e409287bd2e521181627d1b9d65ccf8d"
66

77
}

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#529c36f3eb47512966645a6a8f6a9a89c5313376"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#816854119b7f38e76d95efb33aff75eba7ce61fb"
66

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

proj/jawn.conf

Lines changed: 1 addition & 1 deletion
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#b66710089708fb27a3b51fd523937dbc1979af4b"
5+
uri: "https://github.com/typelevel/jawn.git#047b9e3f0d0cd88ad1f41e34ed921675f3e2f4b6"
66

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

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#b7f99f8e9bb4d2b7f03a5f464c58fe7935972ba5"
5+
uri: "https://github.com/json4s/json4s.git#4c9ec40a3abd733422c1a7e2deaba1c47de7b5ad"
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#44daf211e4218b80b4ece28fd5c54dc5ee76b54b"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#36984e63d1f9a797aa089651911e8c14899e6be2"
66

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

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#38212dc0da1e954a4c871600ff86e92d53c17c6a"
5+
uri: "https://github.com/kamon-io/Kamon.git#4f18bba05895e5ac19de624f672353e804ac4401"
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#a06aeb733eb689870eb49c739835e9ce7c09938b"
5+
uri: "https://github.com/typelevel/kittens.git#274cd2e9430f181a390b3ba7e5a626a42e53a0bc"
66

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

proj/lightbend-emoji.conf

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

33
vars.proj.lightbend-emoji: ${vars.base} {
44
name: "lightbend-emoji"
5-
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#25bc7aaa86b2b2a4738bc58d44327920119d6bcb"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#98a826bf5ef83e61a6ce070a9c0b3fb325fc4b00"
66

77
extra.options: ["-Dsbt.sbtbintray=false"]
88
}

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#ffc73c0b78d12aeb40290e0933148a17f389b521"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#ab74a99c6ca9eb4ad11e10043677732f6c3d964c"
66

77
extra.exclude: [
88
"docs", "*JS", "*Native", "js-console"

proj/macwire.conf

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

33
vars.proj.macwire: ${vars.base} {
44
name: "macwire"
5-
uri: "https://github.com/softwaremill/macwire.git#3067318f45cc716c8de9c992e20e93553be2fae1"
5+
uri: "https://github.com/softwaremill/macwire.git#90251e98382e28fa1ddcbe30c049be3e60722ec9"
66

77
extra.exclude: ["*2_12", "*JS", "*3"]
88
}

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#38eed56e42ef5867ee1955eeb6c61bf260e630ab"
5+
uri: "https://github.com/erikvanoosten/metrics-scala.git#ccc20de75d1fa20b863da2b91bfca253b8e213b2"
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)