Skip to content

Commit c3f44a0

Browse files
authored
2.13: advance project SHAs (#1721)
1 parent ea51689 commit c3f44a0

Some content is hidden

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

85 files changed

+94
-88
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#089ec8bbbf60f567a7df905f2a4954000a79c057"
5+
uri: "https://github.com/scalacenter/scalafix.git#2722e5d04f21eb90f75f6e649dd02e43c95fb435"
66

77
extra.options: ["-Dscala213.nightly="${vars.scala-version}]
88
extra.projects: ["*2_13"]

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#0c002c6f079c010120da77dad7678b4cd7e4cdd0"
5+
uri: "https://github.com/wartremover/wartremover.git#7616e1f01ebf1324ec877f06ef5beebd07f454ff"
66

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

proj/advxml.conf

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

33
vars.proj.advxml: ${vars.base} {
44
name: "advxml"
5-
uri: "https://github.com/geirolz/advxml.git#ab65a6215effaf2bcf4ba0d5a2880d45743fc4b3"
5+
uri: "https://github.com/geirolz/advxml.git#2265448824f40ea9d77e8792391b450f942467c8"
66

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

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#202b336355f0918a1083925fc71c3eb5632907de"
5+
uri: "https://github.com/wvlet/airframe.git#348db024e021be0e6f2bccc21029611787ad321e"
66

77
extra.options: ["-Xmx3g"]
88
extra.projects: ["communityBuild"] // no Scala.js plz

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#ddae105f41cea0b32a9dba27e95b8ffcb1e2588f"
5+
uri: "https://github.com/polyvariant/better-tostring.git#438e69f7b3c7b9079bbb3a9f8ae8e874b84a2799"
66

77
}

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#132d44555dd0b3a4684a221a722ad6249880422d"
5+
uri: "https://github.com/http4s/blaze.git#2cb38df9ec9913ced31105c4fcb1fa40e11b5047"
66

77
extra.commands: ${vars.default-commands} [
88
"appendScalacOptions -Wconf:cat=scala3-migration:w"

proj/cachecontrol.conf

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

33
vars.proj.cachecontrol: ${vars.base} {
44
name: "cachecontrol"
5-
uri: "https://github.com/playframework/cachecontrol.git#80c90e1c8ab4f5d2e0f25bbed9149ee2b6113643"
5+
uri: "https://github.com/playframework/cachecontrol.git#19e8dc4a5b51a993bbe8422660f2cda522fa01c7"
66

77
extra.settings: ${vars.base.extra.settings} [
88
// dbuild gets confused if only crossScalaVersions is set?!

proj/case-app.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// https://github.com/alexarchambault/case-app.git#main
1+
// https://github.com/alexarchambault/case-app.git#77b4aa31c636f92339b17f422c451b255c879f7f # was main
2+
3+
// frozen (June 2024) at last known green commit before the build
4+
// was changed from sbt to mill
25

36
vars.proj.case-app: ${vars.base} {
47
name: "case-app"

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#1043ccd306a3cf0a9ba19d86eef07eedce4de7d3"
5+
uri: "https://github.com/typelevel/catbird.git#9cf63bbcc28a92111e6beb276c3574146278c9bf"
66

77
extra.exclude: [
88
"benchmark"

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#b94727205b90e7fa31c3172508b7782d5f97696a"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#93d6947409099040fd7155ef162cbc8c28911cce"
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#391f1e1ebab342050a4d5f7d6ecd6717176ec1e0"
5+
uri: "https://github.com/typelevel/cats-effect.git#2c0406fa3700c2805f976f1767e9e7f05b9cf7cd"
66

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

proj/cats-mtl.conf

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

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

77
extra.exclude: ["*JS", "*Native"]
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#41e525e5387ab5d685e98007cc1d914e5505183a"
5+
uri: "https://github.com/typelevel/cats-parse.git#491c9d25b899e0bb217625bf7328632251b89ca1"
66

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

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#5c9e46d974166eae0197d05309f5c95c7980da2c"
5+
uri: "https://github.com/typelevel/cats.git#dd891334505b35e010a12da254924811de838c85"
66

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

proj/chimney.conf

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

33
vars.proj.chimney: ${vars.base} {
44
name: "chimney"
5-
uri: "https://github.com/scalalandio/chimney.git#0986cdaa36d6327d6068b07d4c6261a474f9fa23"
5+
uri: "https://github.com/scalalandio/chimney.git#2e1a36f927fd30c06d59391a54a6332be00bfc14"
66

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

proj/circe-generic-extras.conf

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

33
vars.proj.circe-generic-extras: ${vars.base} {
44
name: "circe-generic-extras"
5-
uri: "https://github.com/circe/circe-generic-extras.git#86dee7f1691725b75522f92bb472d2a70ef17fd4"
5+
uri: "https://github.com/circe/circe-generic-extras.git#ab463b872c550847bd6b3f8d3246dda4d6acdbd7"
66

77
extra.projects: ["genericExtrasJVM"]
88
extra.settings: ${vars.base.extra.settings} [
99
// dbuild gets confused if only crossScalaVersions is set?!
10-
"""ThisBuild / scalaVersion := "2.13.10""""
10+
"""ThisBuild / scalaVersion := "2.13.14""""
11+
]
12+
extra.commands: ${vars.default-commands} [
13+
// so we don't have to arrange for dbuild-built semanticdb to be brought in
14+
"set every semanticdbEnabled := false"
1115
]
1216
}

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#ea24df468222f21ab022fcd2eb05478ba9b06bcb"
5+
uri: "https://github.com/circe/circe.git#16c49b61c2cd32ba8c9bc454341704a194aca51e"
66

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

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

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

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#24b2f9b96b9ceab6d6bf2dd8b8e1e52f6fcb9c9e"
5+
uri: "https://github.com/bkirwi/decline.git#a6044f604d0f074e4942e35ddb493f6ad2e7a4d7"
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#299652c0a29ca76dfa799d314f05f95441004791"
5+
uri: "https://github.com/typelevel/discipline-munit.git#147e810bb70dec4425fc80e336d1463d5e8b6cec"
66

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

proj/discipline-scalatest.conf

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

33
vars.proj.discipline-scalatest: ${vars.base} {
44
name: "discipline-scalatest"
5-
uri: "https://github.com/typelevel/discipline-scalatest.git#9b5c3ef0e875415b414e6ae755c9f5c456c0744f"
5+
uri: "https://github.com/typelevel/discipline-scalatest.git#15b575e0275017094de1a9eb7bbab049a1a20e3e"
66

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

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#97378dd39a52e7b69c2f40d08c429953151e6af0"
5+
uri: "https://github.com/typelevel/discipline-specs2.git#c0060f98e6f16f17f72f7ec8f0f9f0fb905fe0f0"
66

77
extra.exclude: ["*JS", "*Native", "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#4d03199acc856c454a99eabe62b56f04c64085cd"
5+
uri: "https://github.com/typelevel/discipline.git#0afb1be570a6e931a90be495354c335ef53db4a4"
66

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

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#d2d48806685ec84566e27986dedca600bdd43430"
5+
uri: "https://github.com/higherkindness/droste.git#4ed5c296dc851f9b765df1ee7d2056e0c81c35e0"
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#3b7348912c7502dd4f42b190a5137161a8c1a515"
5+
uri: "https://github.com/atnos-org/eff.git#226b0d7358ff74d06c3ce3b5f1d0ac5180af1622"
66

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

proj/fabric.conf

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

33
vars.proj.fabric: ${vars.base} {
44
name: "fabric"
5-
uri: "https://github.com/typelevel/fabric.git#1c4e822ce5358580a34e44f74c882fe62607692d"
5+
uri: "https://github.com/typelevel/fabric.git#49c10907f9aa68b45de2c4f402ff23596a8153ef"
66

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

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#1c76eef1d70e1c1f31002723ba9a39b64148455f"
5+
uri: "https://github.com/47degrees/fetch.git#9e5c1e47274f26a68f20a19f73e61cdcd23f85b6"
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#b98cb296d9f9c3c8b852252d34c1bfe717ae31b6"
5+
uri: "https://github.com/finagle/finch.git#4384b3ae0a4c088f0807fadf7d1ae83e91a8ec01"
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#ed275c16ad5376f7e416befcfb9350dcc5d5395c"
5+
uri: "https://github.com/foundweekends/giter8.git#b5b7c08d0606abc3c53b5d6c78efe978e5911760"
66

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

proj/http4s-jwt-auth.conf

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

33
vars.proj.http4s-jwt-auth: ${vars.base} {
44
name: "http4s-jwt-auth"
5-
uri: "https://github.com/profunktor/http4s-jwt-auth.git#6859bf28d48c9536e781fe505760e49cee85bfd2"
5+
uri: "https://github.com/profunktor/http4s-jwt-auth.git#dc34b7df381b1560cbfb6a91b9b5be562d7da321"
66

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

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#c0cf733b7bc4a55e159c5d1ab940d9eb45517a34"
5+
uri: "https://github.com/Comcast/ip4s.git#40acfe1b59e3ddcba8179033ddb9613d32cb4125"
66

77
extra.exclude: ["*JS", "*Native"]
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#762ff0becf9a3a622fb98122857da93f97d55198"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#87924c7f52c41f7e523561ba02f402d98313cdb7"
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#704a70575ce0d0abc1f51c8df08a76ec7d0c6879"
5+
uri: "https://github.com/typelevel/jawn.git#30be6828445618611452da3019e2386fd64e0f90"
66

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

proj/json4s.conf

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

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

7-
extra.exclude: ["*JS", "*Native"]
7+
extra.projects: ["*JVM2_13"]
88
extra.commands: ${vars.default-commands} [
9-
"set every mimaPreviousArtifacts := Set()"
109
"appendScalacOptions -Wconf:cat=scala3-migration:w"
1110
]
1211
}

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#f50343ba0cae69041892f4cc5c7f339d289b1283"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#431cb90bd61aa7b959841ec8223a96fae5073fa2"
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#7e31bad576aa4c554e35e8b14d26696add65f812"
5+
uri: "https://github.com/kamon-io/Kamon.git#b7904d9f654976a6963d10ea99eb6238a5464d08"
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#86356d5be740915027aa0e4a53894e6ec3267068"
5+
uri: "https://github.com/typelevel/kittens.git#51bd2166519b1ac61ed975da657b4f2420927209"
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#b83dceccd9bdb6d8afc10ef05557690464d9451e"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#b570cd71a31257cb2fb6d2d961b81423ee2a60cb"
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#50f2905e1cbd8c41c613c179a4bba02cf07d6591"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#8b80d47013b107d0587cfa1925f156c15e81c8f1"
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#7ee1978b8b571590cdb7fcb714e4febcce8bce44"
5+
uri: "https://github.com/softwaremill/macwire.git#f212c3208d827525d50afdb3ab6c4a1d1d530611"
66

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

proj/magnolia.conf

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

33
vars.proj.magnolia: ${vars.base} {
44
name: "magnolia"
5-
uri: "https://github.com/softwaremill/magnolia.git#756dd7de2f34470cd3208c0e94b1095bf5b6ca2e"
5+
uri: "https://github.com/softwaremill/magnolia.git#76d1bab2ed1fb9fae620732730644c6046e23162"
66

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

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#d0b1b3de70fd86c482a83eb1f6cdaf8a68086ab4"
5+
uri: "https://github.com/scalameta/mdoc.git#06c90343cb66265e818da7fcb3ccd9ff46b9849d"
66

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

proj/metaconfig.conf

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

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

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

0 commit comments

Comments
 (0)