Skip to content

Commit df03907

Browse files
committed
2.13: advance project SHAs
1 parent 24faaeb commit df03907

Some content is hidden

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

80 files changed

+80
-80
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#8f6c247fbf607cbd7b2ee08cf019f65b32308fca"
5+
uri: "https://github.com/scalacenter/scalafix.git#11a95ff17954518b0f28b0798654f7b1af0d4cd2"
66

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

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

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

core/scalameta.conf

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

66
vars.proj.scalameta: ${vars.base} {
77
name: "scalameta"
8-
uri: "https://github.com/scalameta/scalameta.git#d52c192c229bcc411da61ecc801545cc2feca997"
8+
uri: "https://github.com/scalameta/scalameta.git#6ad08ef8da105b275057813a07cccd0ff696c4fb"
99

1010
extra.projects: ["semanticdbScalacPlugin", "testkitJVM"]
1111
extra.commands: ${vars.default-commands} [

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#8a3367bbe9b360193acacf86fbd391aec5388127"
5+
uri: "https://github.com/wartremover/wartremover.git#4ea57facdce7a0257621bad5a3ad5c459e1fc663"
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#f45b410fb45b0b610e2bc431d5677c9af0579394"
5+
uri: "https://github.com/wvlet/airframe.git#fc60bc19ba4907fe19fbc64e0e5067b0d77de3d4"
66

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

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#291e97dc5c54b72059bdd03b4855ccdaef999345"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#f5099a16bd5644b80104f95b95c87079a55fdb86"
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/algebird.conf

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

66
vars.proj.algebird: ${vars.base} {
77
name: "algebird"
8-
uri: "https://github.com/twitter/algebird.git#4d932090bf0ea4cf107082b8eb635f278e2bece5"
8+
uri: "https://github.com/twitter/algebird.git#715b8b3b3b680d206897cfe026b38bfb2b346fce"
99

1010
extra.exclude: ["algebird-benchmark", "algebird-spark", "docs"]
1111
}

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#e9c114fa8f2c5e53c7a9da799e60f2c9c611dfce"
5+
uri: "https://github.com/sageserpent-open/americium.git#0184b99840d614ac9d9d1bfabe37935bc7f4667e"
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#75f4a935c2426dcee8dea9d780b6045a66efedf2"
5+
uri: "https://github.com/http4s/blaze.git#0ce6bd3dc0ea7e2b43ffc9ee774171f46d86502a"
66

77
extra.commands: ${vars.default-commands} [
88
"appendScalacOptions -Xmigration"

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#a7b316d4c77e64c5e0eda7338c03bbbc2549320d"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#2128cc25272c885c8e0ad01e7e498811075dd2d0"
66

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

proj/cats-effect-tutorial.conf

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

33
vars.proj.cats-effect-tutorial: ${vars.base} {
44
name: "cats-effect-tutorial"
5-
uri: "https://github.com/lrodero/cats-effect-tutorial.git#754e4b4c0309fd56ba2ffa8cc35ff5f157b37c00"
5+
uri: "https://github.com/lrodero/cats-effect-tutorial.git#4214b276fe9097960b83d78abadb0633ebf6ac27"
66

77
}

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#9ff20a5ce17e91b0a61addf7f724e498cb13578e"
5+
uri: "https://github.com/typelevel/cats-effect.git#328f61d15b429e5f87c1d35a5ab4c72b00ecd583"
66

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

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#f39434182a75e88dfda517d8777316392e174385"
5+
uri: "https://github.com/typelevel/cats-parse.git#c13f758a8dc0ad6ce851e669436c1eeb3c35ffae"
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#32cf51f3dc3206a2f1e86671e904567eb89e3b65"
5+
uri: "https://github.com/typelevel/cats.git#dd059aa91bdc9e60909bb66212d97ecbbce15234"
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#87a2e7f5e56972c66a9e630ac3af3facf58d7d74"
5+
uri: "https://github.com/scalalandio/chimney.git#a332903cda33cb5e75fbdd2c60fc0aa5f2e53862"
66

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

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#77d8ff275f1eb4b5cf06b54381ed115bdb4b767d"
5+
uri: "https://github.com/circe/circe-config.git#5cca04e46eb502f3cc79aee19bb79e68181b666c"
66

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

proj/circe-generic-extras.conf

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

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

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

proj/circe-jackson.conf

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

33
vars.proj.circe-jackson: ${vars.base} {
44
name: "circe-jackson"
5-
uri: "https://github.com/circe/circe-jackson.git#f171ab5cc23779485309feb82b7b070c90698cbf"
5+
uri: "https://github.com/circe/circe-jackson.git#790a64984dd01d7ee04af9c9795c756c9fa53d6b"
66

77
// there are some others, but leaving it at this for now
88
extra.projects: ["jackson28"]

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#cddf7f28c37aaff46407e097b48135d8b411520b"
5+
uri: "https://github.com/circe/circe.git#1cebca519819805b2fc95be81cd15363f211b8b9"
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#b6cd14083b839a5c7e117a3dffb8c7fa5dd80d54"
5+
uri: "https://github.com/vlovgr/ciris.git#1b21434b6b3ff224fa1dab8e686c8f73dc5e7b75"
66

77
extra.exclude: ["docs", "*JS", "*Native"]
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#41c250f9f6fd6027aa8136476b18207d49868b46"
5+
uri: "https://github.com/jvican/dijon.git#238035bc17ff0f0b47b751e70512b5161b3c978a"
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#e79bab24b2ae1bc639f3a846dcdd74343696a786"
5+
uri: "https://github.com/tpolecat/doobie.git#cbc7cd384c2ecbbd2d04584a91ba7ee2d7c9a6c9"
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#1ca13ed837b65c16b505f007e1e1181a8e4cd608"
5+
uri: "https://github.com/higherkindness/droste.git#60c5799e4dba7f233acd87bb69c90ea02212c75b"
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#f45e2b3dd0f20591b228a4369102e7fb8f49a0ed"
5+
uri: "https://github.com/atnos-org/eff.git#c76230481f92d879052cff7eb0cd1b042e27bc26"
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#41522acf3634a98a6d9badd7c233bd91ff77cde3"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#826f3939e2445e62354ae1d7267847db3c1b22b2"
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#556effcf75d766f9b6a904d70e19d348251665d7"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#550ea56f3e7ec863d24e60cf84265e5a7be076d8"
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#d6bf29e4da07cc8ace97e0e46e8d1e43cf638e8a"
5+
uri: "https://github.com/47degrees/fetch.git#87a90e33a9783b9692ca94dd13671f9f9ab1b145"
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#bfa358407bb5ece43b660e06b0d4582c6a1e6a8b"
5+
uri: "https://github.com/finagle/finch.git#08f9f71efebb71d7813c92d253d8a92cea80a296"
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#c5fb00faed2336dd2ae12915fca43c2f69e398ad"
5+
uri: "https://github.com/foundweekends/giter8.git#a49a4a0090378774c9feb683db91e2b3cefdfc37"
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#75f72dcb5cc3c676d6dba9d3743281cf06399491"
5+
uri: "https://github.com/47deg/github4s.git#c361d646cb6066e51f6af23565e6e964a6e7c4fd"
66

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

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#764a1d62bd247c93e9752273d739b3f6757d5190"
5+
uri: "https://github.com/profunktor/http4s-jwt-auth.git#916315407af1f3fa5395e03527943b7452af1271"
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#65a8b34c1df85b537018d9214334bf491dd37c88"
5+
uri: "https://github.com/Comcast/ip4s.git#05c2acf976fb14e4db7fe160aa66bd6d0bbc6b11"
66

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

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#9ffb9bf96eb34e0c0a3340e1927ee97b90182548"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#5c3f7f599b80c0b808d8ae42b3a14873cb805276"
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#1baad82e3264b14fd280e71bd7d4cc06b486c3de"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#0ac5d8f3ccf532a054c819f06769ac1862c940df"
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#11e155711d5c58b3875686b4d8807136e43c618c"
5+
uri: "https://github.com/typelevel/jawn.git#e5f3309ad3f5543a1352ac645dff32065e719858"
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#3daa876d2fdbc117f80cb1dfd65e7112eb109948"
5+
uri: "https://github.com/json4s/json4s.git#f5d924561305433afc566ae8e1dfdf23743bfe34"
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#f33c23a87dc0cfe5cc794438cd95bd4b536d4572"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#2ab7993eb6c3f6903a6c2329f608568258414ba5"
66

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

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#bd912b0395d3386b7985395510cb70d134f719ce"
5+
uri: "https://github.com/typelevel/kittens.git#7c384ef8b804534a5ec65d399d764752b3d3dc96"
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#b4902967e960c846d82f850d9a43182fc8d06549"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#304c3b71636adef25b641579a291522a48d43d23"
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#0c39b0605c4f5babb0a336634f6c2f52d8c5d7e2"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#001f8fb803c5dbc6ac76fad0ad44c2fa4cd49976"
66

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

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#b038dfe665c74086f1c98d05e4581a773664cd8a"
5+
uri: "https://github.com/softwaremill/magnolia.git#3d99434537823cbc5450499c70f965fcad2c4945"
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#d7b59fbd331786dfda17427a43a37520ebfedfdb"
5+
uri: "https://github.com/scalameta/mdoc.git#69fea55c23477fbb6aed94e39b54b31efa56cf24"
66

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

proj/metals.conf

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

66
vars.proj.metals: ${vars.base} {
77
name: "metals"
8-
uri: "https://github.com/scalameta/metals.git#213e575e38adaa63919579ed29e2e5d25fa82121"
8+
uri: "https://github.com/scalameta/metals.git#e6303c3eea2dda655f4edcb065337f6a596ce179"
99

1010
// Vadim from Virtus writes:
1111
//

proj/metrics-scala.conf

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

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

77
}

0 commit comments

Comments
 (0)