Skip to content

Commit cd79454

Browse files
authored
2.13: advance project SHAs (#1315)
also * get fastparse-scalameta onto sbt 1 * unfork treehugger * pull sbt-testng from build
1 parent 40e524e commit cd79454

File tree

91 files changed

+135
-169
lines changed

Some content is hidden

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

91 files changed

+135
-169
lines changed

community.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ include "proj/refined.conf"
290290
include "proj/runtime-scaladoc-reader.conf"
291291
include "proj/sbinary.conf"
292292
include "proj/sbt-io.conf"
293-
include "proj/sbt-testng.conf"
294293
include "proj/scaffeine.conf"
295294
include "proj/scala-async.conf"
296295
include "proj/scala-collection-compat.conf"

dependencies.txt

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

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#927a99ceddc86abf6b31649d3df29a0b5dc13235"
5+
uri: "https://github.com/wvlet/airframe.git#ba279f283b79af2af45de8abebd71134e67dddce"
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#9a6313a573a01f1d554030f4e7b2eb3e3010a1ea"
7+
uri: "https://github.com/lomigmegard/akka-http-cors.git#b0fc53fbe388840828df19c82fe02c2b6126bc7f"
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#2788707cb2074bdaebc3cec12105bde97a14382c"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#1d8458625c344f8f843b0a4a01d59bd53cb79b4d"
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-session.conf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,16 @@
66

77
vars.proj.akka-http-session: ${vars.base} {
88
name: "akka-http-session"
9-
uri: "https://github.com/softwaremill/akka-http-session.git#9b981851ad3ef9626ceb11b64528eba69e2ad27d"
9+
uri: "https://github.com/softwaremill/akka-http-session.git#9eb612cf74c3e3b55472ad44f561c6542f7b8e79"
1010

1111
extra.projects: ["core"]
1212
extra.options: ["-Dakka.fail-mixed-versions=false"]
1313
deps.inject: ${vars.base.deps.inject} [
1414
// not really sure why this doesn't get picked up, maybe a "provided" dependency issue?
1515
"com.typesafe.akka#akka-testkit"
16-
// ScalaTest 3.0, not 3.2
17-
"scalacommunitybuild#scalatest"
1816
]
1917
extra.commands: ${vars.default-commands} [
2018
// not really sure why akka-testkit doesn't get picked up, maybe a "provided" dependency issue?
2119
"set libraryDependencies in core += \"com.typesafe.akka\" %% \"akka-testkit\" % \"0.0.0\" % Test"
22-
// ScalaTest 3.0, not 3.2
23-
"removeDependency org.scalatest scalatest"
24-
"""set libraryDependencies in ThisBuild += "scalacommunitybuild" %% "scalatest" % "0" % Test"""
2520
]
2621
}

proj/algebra.conf

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

33
vars.proj.algebra: ${vars.base} {
44
name: "algebra"
5-
uri: "https://github.com/typelevel/algebra.git#72338c5160ead4cf7610757edee0e87b633c1b4f"
5+
uri: "https://github.com/typelevel/algebra.git#606d47a67265711c23599e6a220e318cdadad879"
66

77
extra.projects: ["coreJVM", "lawsJVM"] // no Scala.js, no benchmarks, no docs
88
}

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#d81269e4aedac68bc6f771607f5da17594e84a4e"
5+
uri: "https://github.com/twitter/bijection.git#333b0e32e203016c086a08faf8cc3b4e3e1338ea"
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/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#f4f41141a1d913f2e0c9ac44920a8d4b0ac0eb2a"
5+
uri: "https://github.com/scalanlp/breeze.git#5d58bb95c064b4908cbf2167aa6fa111cd83ccf3"
66

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

proj/cats-effect-testing.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// https://github.com/djspiewak/cats-effect-testing.git#master
1+
// https://github.com/djspiewak/cats-effect-testing.git#series/0.x
22

33
vars.proj.cats-effect-testing: ${vars.base} {
44
name: "cats-effect-testing"
5-
uri: "https://github.com/djspiewak/cats-effect-testing.git#aba953efa68f221a07d703e14da326cf30ac659f"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#fe810669df8d6650b07317463b3ef0eabd79bd92"
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#425cd161edeaa250a99b5b58a8fbeb689626ce1f"
5+
uri: "https://github.com/typelevel/cats-effect.git#3f36df80b7b1fee77a2aa10cd2b3d34083b11278"
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
@@ -4,7 +4,7 @@
44

55
vars.proj.cats-mtl: ${vars.base} {
66
name: "cats-mtl"
7-
uri: "https://github.com/typelevel/cats-mtl.git#09b3f58d8e7816c2a28efcde70cd53d361cc9340"
7+
uri: "https://github.com/typelevel/cats-mtl.git#5b5dd285d42a275ab4123fdac1003b10aa1b73f6"
88

99
extra.exclude: ["*JS"]
1010
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#493581c90024c59c2d160af9c0d522f358c4424e"
5+
uri: "https://github.com/typelevel/cats-parse.git#923a513192f4def98714ea82334001f3b09d92f7"
66

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

proj/cats-retry.conf

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

55
vars.proj.cats-retry: ${vars.base} {
66
name: "cats-retry"
7-
uri: "https://github.com/cb372/cats-retry.git#7291173284ab8651e17003aedcce9d51aacba97c"
7+
uri: "https://github.com/cb372/cats-retry.git#229e4ac9812749c9c015fa11e6028890bb4c2af4"
88

99
extra.projects: ["coreJVM"]
1010
// ScalaCheck 1.15 not 1.14

proj/cats-testkit-scalatest.conf

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

33
vars.proj.cats-testkit-scalatest: ${vars.base} {
44
name: "cats-testkit-scalatest"
5-
uri: "https://github.com/typelevel/cats-testkit-scalatest.git#ff4ef5b3af3ff22e54a0dbdd3ccb3a16e5588e8a"
5+
uri: "https://github.com/typelevel/cats-testkit-scalatest.git#2eed0f87c1294881563e1c2b4c60da3d15a3a758"
66

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

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#8b0f7e648876bc3f6ed8dc6cd5c4e53a0f23844b"
5+
uri: "https://github.com/circe/circe-generic-extras.git#b043dec78c745308e18f207cd4f87d19aa72c013"
66

77
extra.projects: ["genericExtras"]
88
// scalatestplus artifact name change

proj/circe-jackson.conf

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

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

99
// there are some others, but for now, just trying to get github4s green again
1010
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#e90f3ecbf29deaec8bb5ef4326896f07e6ec8079"
5+
uri: "https://github.com/circe/circe.git#e468385bcb919efdb1881d13263d554385bd1fe9"
66

77
extra.projects: [
88
// easy

proj/ciris.conf

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

55
vars.proj.ciris: ${vars.base} {
66
name: "ciris"
7-
uri: "https://github.com/vlovgr/ciris.git#7de71bb51041f8bf117077764107c1621db49d3f"
7+
uri: "https://github.com/vlovgr/ciris.git#b6d2d54154a2f40dc5559269c73b105f7efbe213"
88

99
extra.exclude: ["docs"]
1010
}

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#c9c69af5bcbc6b3adfe308d6e76fa655a0e0fbb7"
5+
uri: "https://github.com/typelevel/claimant.git#576bb520f357d6e5dfc157bd7acb474c7bde3677"
66

77
extra.exclude: ["root", "*JS"]
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#abeda1cdc76630ce6e40608a5abd1991e187ffd4"
8+
uri: "https://github.com/erikerlandson/coulomb.git#b5d508ab4a16cedbd5f07298e1a99a7fd5785a77"
99

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

proj/data-class.conf

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

33
vars.proj.data-class: ${vars.base} {
44
name: "data-class"
5-
uri: "https://github.com/alexarchambault/data-class.git#ca5544ffbfeb4d5f5a432940f51a1b47bd67c6bf"
5+
uri: "https://github.com/alexarchambault/data-class.git#c2f6bbef44b022cc0b7851aa03e0dac436202e7c"
66

77
// the repo's .travis.yml does the following:
88
// test test-proj-v1/publishLocal test-proj-v2/mimaReportBinaryIssues proj-v1-user/compile

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#e06f07d730094a59c275ea6d1663a224efc7e9b0"
5+
uri: "https://github.com/typelevel/discipline-munit.git#e0a3aee65b85bf8d6bb53037e4bc33ebfdeaedff"
66

77
extra.exclude: ["*JS"]
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#3e77c565a9b12204ed8a897bbdb405e8ba3e6272"
5+
uri: "https://github.com/typelevel/discipline-scalatest.git#9893e9d275f78792516c091e3161dcfd97bc47a2"
66

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

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

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#35fa0ca38bd65eb3fdc0d2cafc0104d62a7d54e5"
5+
uri: "https://github.com/typelevel/discipline.git#4e3f9678c84702b079209ae9928d9b6c884a7514"
66

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

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#79e41e13637592519cf809b0e2b34c5f4958b418"
5+
uri: "https://github.com/underscoreio/doodle.git#51dd3926e49a72695df42c28c8954f0007ff4ac8"
66

77
extra.projects: [
88
"coreJVM", "java2d", "exploreJVM", "imageJVM", "turtleJVM" // no Scala.js plz

proj/expression-evaluator.conf

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

55
vars.proj.expression-evaluator: ${vars.base} {
66
name: "expression-evaluator"
7-
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#39fb02c6ace38cfe688eddf9d341160095960856"
7+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#2d36b71e6fa074a0f0345ff65b49113ee9c4e0bf"
88

99
}

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#f24a9e841ff8953f897ce238bed581a34d860ef3"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#8c7c764a689ced79042780df0bde1ef853677dbd"
66

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

proj/fastparse-scalameta.conf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55

66
vars.proj.fastparse-scalameta: ${vars.base} {
77
name: "fastparse-scalameta"
8-
uri: "https://github.com/scalacommunitybuild/fastparse.git#ee9f1561a105b47d796e934540b733fb6f6d7516"
8+
uri: "https://github.com/scalacommunitybuild/fastparse.git#dabdf75be6777d7bf01c314fd94d3a3dc08c2248"
99

10-
extra.sbt-version: ${vars.sbt-0-13-version}
1110
extra.projects: [
12-
"fastparseJVM" // no Scala.js plz
11+
"fastparseJVM"
1312
"scalaparseJVM" // scalatex needs this
1413
]
1514
extra.commands: ${vars.default-commands} [
1615
// historically, too prone to unexplained failure
17-
"set executeTests in scalaparseJVM in Test := Tests.Output(TestResult.Passed, Map(), Iterable())"
16+
"set scalaparseJVM / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"
1817
]
1918
}

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#500494abde3cea65e191ef1bc7730864d3bcc546"
5+
uri: "https://github.com/47deg/github4s.git#76a08b4d8e87eb1d53c183980a15b5d9350677c3"
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
@@ -4,7 +4,7 @@
44

55
vars.proj.http4s-jwt-auth: ${vars.base} {
66
name: "http4s-jwt-auth"
7-
uri: "https://github.com/profunktor/http4s-jwt-auth.git#a64e86e33042385705abb358f1625defa34e321e"
7+
uri: "https://github.com/profunktor/http4s-jwt-auth.git#2ff755fabc8864ce6538aed46bf87bb0b1e56736"
88

99
extra.projects: ["core"]
1010
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#df2ea78cb71307f13fcda4bb30135c592bd68b9f"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#ec104f32b189713a5bf5e9bb5039de36ce22b88e"
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#acc3c12c8d267775be5ab7931eafc2f53e726c7c"
5+
uri: "https://github.com/kamon-io/Kamon.git#bcfc41e129fbe988412d1645e352578d9eaba189"
66

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

proj/kind-projector.conf

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

33
vars.proj.kind-projector: ${vars.base} {
44
name: "kind-projector"
5-
uri: "https://github.com/typelevel/kind-projector.git#addd159bae5f3e696c60352668308035533126ca"
5+
uri: "https://github.com/typelevel/kind-projector.git#83f2c586b2dd079d1a53940e3f28aacb6786e7ec"
66

77
}

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#074f3521dcae74ce06c4c61592a95677e9eb6be8"
5+
uri: "https://github.com/lift/framework.git#7136a14f65c65f9f03a3b930fbffa61d59b49891"
66

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

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/lightbend-emoji.git#a1cbbc3acacc5c674433f4e490e06371946c99d3"
5+
uri: "https://github.com/lightbend/lightbend-emoji.git#92c83020a0023012c16eb4225e5edefe744aeaf7"
66

77
extra.options: ["-Dsbt.sbtbintray=false"]
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#8e68dafe4e4f20e3e06bd4f5446d3e4c17650c01"
5+
uri: "https://github.com/ornicar/lila-ws.git#8a4d4ff4706883ba6a5a993528bed04deda5029e"
66

77
}

proj/log4s.conf

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

33
vars.proj.log4s: ${vars.base} {
44
name: "log4s"
5-
uri: "https://github.com/Log4s/log4s.git#e7abd0e7a678a4c91c81f13e5fdf330e1d93b2b3"
5+
uri: "https://github.com/Log4s/log4s.git#804580fcbf682a166ea744b84daf505f24e9a5d0"
66

77
extra.exclude: ["*JS", "testingJS"]
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#12105036a9c1a5acb7093b075d8d3bc9259efd07"
5+
uri: "https://github.com/scalameta/mdoc.git#b95d7be6185199257e67616eea0efc7ff5364cb0"
66

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

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#707fe80f22f228805e40a81592aed3fa491cadad"
5+
uri: "https://github.com/erikvanoosten/metrics-scala.git#9c8f81115df266a7655cfec3f21fbbb8cb24e35d"
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/mockito-scala.conf

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

55
vars.proj.mockito-scala: ${vars.base} {
66
name: "mockito-scala"
7-
uri: "https://github.com/mockito/mockito-scala.git#25b7d21e7cb39e4e2a4be3de860fad0aee000b3c"
7+
uri: "https://github.com/mockito/mockito-scala.git#ac99c7c4d284668cf7c006c3c2e0f3a1845e2908"
88

99
extra.exclude: ["scalaz"]
1010
}

proj/monocle.conf

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

33
vars.proj.monocle: ${vars.base} {
44
name: "monocle"
5-
uri: "https://github.com/julien-truffaut/Monocle.git#2301520b528a03c1c7e26453643878e47f597d0e"
5+
uri: "https://github.com/julien-truffaut/Monocle.git#8c46ab105ffad5116845fb031a0fab30b2f50618"
66

77
// try to enable more subprojects?
88
extra.projects: ["coreJVM", "macrosJVM", "lawJVM", "genericJVM"]

0 commit comments

Comments
 (0)