Skip to content

Commit f990cf8

Browse files
authored
2.13: advance project SHAs (#1622)
1 parent 5851bb8 commit f990cf8

File tree

93 files changed

+106
-95
lines changed

Some content is hidden

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

93 files changed

+106
-95
lines changed

core/genjavadoc.conf

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

33
vars.proj.genjavadoc: ${vars.base} {
44
name: "genjavadoc"
5-
uri: "https://github.com/lightbend/genjavadoc.git#bc626e797540dfa048a278dfde0ccaad015e4645"
5+
uri: "https://github.com/lightbend/genjavadoc.git#5b275ab34736dad1b95dc96cfd049bb683314f65"
66

77
}

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#fc6337dede89c65ad7a370eaddbaf67f22a617f7"
5+
uri: "https://github.com/scalacenter/scalafix.git#491deb223cd81b3eeb037ab1ba3436ed52286af7"
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/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#6de2f868de67d3cf59bea989b82ef1c089b03370"
5+
uri: "https://github.com/wartremover/wartremover.git#938e5053d3dfaa84866d1c59db04140ba7c60805"
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#69602cdb0637cf10be8fd066c5289288d51bcb1e"
5+
uri: "https://github.com/wvlet/airframe.git#21bc969998d7aaeceb43f4275aa3c813c3163ec8"
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#b9d29eabaaaee70dbd73b18b3b73b2b0e36aabb4"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#291e97dc5c54b72059bdd03b4855ccdaef999345"
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-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#0ba7b2c53b9e1850ad58a3ef2f1bccbc7f01c0e9"
5+
uri: "https://github.com/akka/akka-management.git#2f4e49e0e057a73364ccf5cd0b305f5170beb22a"
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#bba266cc0b0d398e0b16fa0d1347311f51116b48"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#0b626bebf3c7df17654295326623f328f447dd25"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.alpakka-kafka: ${vars.base} {
44
name: "alpakka-kafka"
5-
uri: "https://github.com/akka/alpakka-kafka.git#6d88196575b84b37428df50dc3f50d14180f6e40"
5+
uri: "https://github.com/akka/alpakka-kafka.git#62373b647cd548645e15220db9d699472e345a46"
66

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

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#cfcb1fe6fb2f38ca5ffcaab5c5025f5b4d38fdb7"
5+
uri: "https://github.com/http4s/blaze.git#037b8d5702aa1f784957aff121c86a8a0c45e12c"
66

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

proj/case-app.conf

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

33
vars.proj.case-app: ${vars.base} {
44
name: "case-app"
5-
uri: "https://github.com/alexarchambault/case-app.git#56e1bc5113744152116d4381f2e11c9f77ab5b38"
5+
uri: "https://github.com/alexarchambault/case-app.git#7ac9ae7cc6765df48eab27c4e35c66b00e4469a7"
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: 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#fa3324a3e50764a2c3e1ef01fe5f871d354eafda"
5+
uri: "https://github.com/typelevel/cats-effect.git#52b5a3ba1623ff40fc48318c9a0bfae558f0e5ed"
66

77
extra.exclude: ["*JS", "*Native", "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#4a11e42a6669f03a44a61173b5d6389e5bbc22a8"
5+
uri: "https://github.com/typelevel/cats-parse.git#91ec813ee90329f883635c13b8adb66d15cea91a"
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#2b99d6faa23d6470dfeb1ece986126ef75ea634e"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#d68f170c4f6c6f11ab50cf69062a592c14badea2"
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#bdb1ee029f7967bf2b4532a6597c31667186502a"
5+
uri: "https://github.com/typelevel/cats.git#b036fb47196d1a788db09eb2bc262071fa3cb928"
66

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

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#183470aeed8a7d98e9780b3fab83e944c6c61bf6"
5+
uri: "https://github.com/vlovgr/ciris.git#5f9ee7b9edfc3944380bc0135a5a1861bdc35f7b"
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#cb8f14669201848cc56dc467cd20ec4c9ae965ae"
5+
uri: "https://github.com/bkirwi/decline.git#6fe895dc9bc0682e511bbd25e84bced816dc078e"
66

77
extra.projects: ["declineJVM", "refinedJVM"] // no Scala.js, no doc
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#21759ce5526f00fdb74c8ebe42bb16ba841db534"
5+
uri: "https://github.com/jvican/dijon.git#d555c1417550ed4c7713848c247aae714507fc7f"
66

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

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#26046c093a7007914a11034f6420570c4316aaeb"
5+
uri: "https://github.com/typelevel/discipline-munit.git#fdb156f5e5b7af8564e4a076ee4a7ce6ae2922eb"
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#05f102e196a5c36c87b2850decb5f9cc851df0b4"
5+
uri: "https://github.com/typelevel/discipline-scalatest.git#be1955d32da0795de4434898e9050a76c622c615"
66

77
extra.exclude: ["*JS", "*Native", "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#1f35ce98baad0deffdeaafc6e9e755409a9f7428"
5+
uri: "https://github.com/typelevel/discipline.git#a6c7b2b3853b82757957e312b6b10ab61c734878"
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#9b7ae8748e56879e968016e261529624c8f90499"
5+
uri: "https://github.com/tpolecat/doobie.git#d24b669b9398acb6250ec4302e0019fd727fba71"
66

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

proj/doodle.conf

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

33
vars.proj.doodle: ${vars.base} {
44
name: "doodle"
5-
uri: "https://github.com/underscoreio/doodle.git#5b59a0733ff731a0f358e468c52eb6be0410d162"
5+
uri: "https://github.com/underscoreio/doodle.git#faa09304e90dde67d7ebb5814d3510f6526f4fe4"
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#c1bff7ac7d4a059cc4f3dcc7bcabfa7925e55fcc"
5+
uri: "https://github.com/higherkindness/droste.git#88b2315cfb787ad3c55005330c5accb5c660efc5"
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#2724270dbb35fb242ad35de6d521d09c0ffa0e5b"
5+
uri: "https://github.com/atnos-org/eff.git#5dbf57aeb4de2dd26d42717567efaf12c367aa52"
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#05d35998c083d794173f17cadd91a7b59261eddc"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#4c4c243eaead869a0058300b0ef40c25652d6b13"
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#653bbabfdd2336cce39d027bb9c074cc2a076a61"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#b54c63b34451aac27177e8da959569cf488ebd6a"
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#ac1327efa5ff5e678ec2d2b99027c6a2229da6c2"
5+
uri: "https://github.com/47degrees/fetch.git#19a86fae30b33c335e456dea7e8e6d0fdbf061db"
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#f0d4c0cf0860d5585b6919ca998aa649db2c7c0f"
5+
uri: "https://github.com/finagle/finch.git#77cb6916e92c45ba8de4a94e8d97d145bfea1298"
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#5350811c9f82223a2e5371003359ea6db198a1d1"
5+
uri: "https://github.com/foundweekends/giter8.git#6e5b474d2b97e527af2a9387af5e9b1c6f831f0a"
66

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

proj/http4s.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
vars.proj.http4s: ${vars.base} {
44
name: "http4s"
5-
uri: "https://github.com/http4s/http4s.git#471fff987a511fdce12ee9f7974a4226ada54651"
5+
uri: "https://github.com/http4s/http4s.git#15cf19f17a17f8a7f87fd825f4661e6bfc4b143e"
66

77
extra.commands: ${vars.default-commands} [
88
"set every gpgWarnOnFailure := true"
99
// java.net.ConnectException on all of these
1010
"""set client.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "JavaNetClientSuite.scala""""
1111
"""set emberClient.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "EmberClientSuite.scala""""
12+
// javax.net.ssl.SSLHandshakeException: Empty server certificate chain
13+
"""set emberServer.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "EmberUnixSocketSuite.scala""""
1214
]
1315
extra.exclude: [
1416
"root*", "*JS", "*Native", "bench", "js-artifact-size-test"

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#c1db3fe467b6c6cdbc46c850df0f03f79f46e05f"
5+
uri: "https://github.com/Comcast/ip4s.git#45e70d76a2966e9bf855c42c8272a97d7a85bd0d"
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#090650ee4ca1e3cf1205fcf5fdc196044e5a16b4"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#3d077d645b37feb20d044f75db2f563e490ffc61"
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#788396c6da476e2aa3cd486e89147cb2ee1103c8"
5+
uri: "https://github.com/typelevel/jawn.git#514b48b3e200d0d681f5e0b097577c7919f09997"
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#b362e312956920dfb834c7e9c00d4756b9b02fcc"
5+
uri: "https://github.com/json4s/json4s.git#05cc6a689bac0c72ce280fa064a6d02004a0e58b"
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#0b83aae9133166b68c495a3882d55c571e3b8305"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#d852997c471bc08026163ab1cdec020ba3376351"
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#e10cba28635fc4b4718c345e79a3b0d14e466a53"
5+
uri: "https://github.com/kamon-io/Kamon.git#7f806223406e9d9a8cb57334975f80afa438ad1c"
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#0beae20c51aef0ca34f51af0d5dc30e76e27f8dd"
5+
uri: "https://github.com/typelevel/kittens.git#3f69746fb0924c96b9528e72d3a169327071368f"
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#d312471d2129bfdef1a4934d7a674d98967ea096"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#6629b4c2008e4991c9fd1bedd4b7d154fa3c27c6"
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#fade11fcee013bb4c4737ce015731fd4b61e1d3e"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#fe7cf8831fba540c07ae862d883cc162613a99a3"
66

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

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#4b305f2876c72cb2f56f9f4e6210bbc137ac1984"
5+
uri: "https://github.com/softwaremill/macwire.git#431daa3846456e35ec78b606fed8dcc0853ba340"
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#b228312c00140a0320b61fc227778f875c18e3af"
5+
uri: "https://github.com/erikvanoosten/metrics-scala.git#6eb8a250ea56c52929cb52e7949543fc4b183b35"
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/mima.conf

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

33
vars.proj.mima: ${vars.base} {
44
name: "mima"
5-
uri: "https://github.com/lightbend/mima.git#b44116b94a87a4de4f835e2f1185159e18573443"
5+
uri: "https://github.com/lightbend/mima.git#751fdbbced91959071ad088cc3ad68ece9083cee"
66

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

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#9cfdb174cc55be3d8953243c192c141362cb9f38"
5+
uri: "https://github.com/julien-truffaut/Monocle.git#dcad42c1818017f373d947d95f624a58571f08bf"
66

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

0 commit comments

Comments
 (0)