Skip to content

Commit 542acf0

Browse files
authored
2.13: advance project SHAs (#1613)
1 parent adeb09d commit 542acf0

File tree

106 files changed

+115
-110
lines changed

Some content is hidden

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

106 files changed

+115
-110
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#601b3705793a18cfeb9eb26498f6167aaeecba15"
5+
uri: "https://github.com/lightbend/genjavadoc.git#bc626e797540dfa048a278dfde0ccaad015e4645"
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#6cd00c0cce3cce9190e9de3b30d217494ccc2f3c"
5+
uri: "https://github.com/scalacenter/scalafix.git#fc6337dede89c65ad7a370eaddbaf67f22a617f7"
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#847e813e4efc2d66db5b8b42c63e7111f43c1628"
5+
uri: "https://github.com/scalameta/scalafmt.git#a6021f0f68a13358c075f46aa2a455c06789ba51"
66

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

core/silencer.conf

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

33
vars.proj.silencer: ${vars.base} {
44
name: "silencer"
5-
uri: "https://github.com/ghik/silencer.git#e4b11d09fba423f7709da0c8f09351519c2d4213"
5+
uri: "https://github.com/ghik/silencer.git#e3e2c547ccbc3e13d578e0e0ba830ba10b5ec1b5"
66

77
}

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#82f28e2298749dabe0609460233d0e9b8ea9bbef"
5+
uri: "https://github.com/wartremover/wartremover.git#6de2f868de67d3cf59bea989b82ef1c089b03370"
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#3320a453c6570dd1e4b70dcb522ee4999e80e82f"
5+
uri: "https://github.com/geirolz/advxml.git#406207446265b6d966ae220488106315c92a006e"
66

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

proj/airframe.conf

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

33
vars.proj.airframe: ${vars.base} {
44
name: "airframe"
5-
uri: "https://github.com/wvlet/airframe.git#9514866f8e1ee2089f9ed5091043e5cd85687966"
5+
uri: "https://github.com/wvlet/airframe.git#69602cdb0637cf10be8fd066c5289288d51bcb1e"
66

77
extra.projects: ["communityBuild"] // no Scala.js plz
88
extra.commands: ${vars.default-commands} [
99
// just compile the tests in the ulid subproject, don't run them; see
1010
// https://github.com/scala/community-build/pull/1425 (June 2021)
11-
"set ulidJVM / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"
11+
"set ulid.jvm / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"
1212
// ditto for parquet; see
1313
// https://github.com/scala/community-build/pull/1515 (December 2021)
1414
"set parquet / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"

proj/akka-http-webgoat.conf

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

33
vars.proj.akka-http-webgoat: ${vars.base} {
44
name: "akka-http-webgoat"
5-
uri: "https://github.com/akka/akka-http-webgoat.git#461eedf147d8305cc1c9c8a5cf292a39c0f8b34e"
5+
uri: "https://github.com/akka/akka-http-webgoat.git#2ef50d57d0427e9bb4628187efa833f74ed2b02e"
66

77
}

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#c98a0dc57280dc36b231d4fa034c7e1083d43fce"
5+
uri: "https://github.com/akka/akka-management.git#0ba7b2c53b9e1850ad58a3ef2f1bccbc7f01c0e9"
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#b601bbe474a00ebd854c94480915e89349cce065"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#bba266cc0b0d398e0b16fa0d1347311f51116b48"
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#8b0f92f29ae8cebba8356bb58caf86537aac4244"
5+
uri: "https://github.com/akka/alpakka-kafka.git#6d88196575b84b37428df50dc3f50d14180f6e40"
66

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

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#5cfec241d8e4aa881d54eaf4a5e9c68a6226f3cc"
5+
uri: "https://github.com/polyvariant/better-tostring.git#6fdc7ef9f01a0f8593097a2ab6cdc7d2220521fe"
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#35781efe62275ed6c7fa7cdb33c7a8c7477627e4"
5+
uri: "https://github.com/http4s/blaze.git#cfcb1fe6fb2f38ca5ffcaab5c5025f5b4d38fdb7"
66

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

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#a48bfe220d8b1d072c09b22d5dc410240c3fb6b4"
5+
uri: "https://github.com/playframework/cachecontrol.git#123385dd7517444e75bc27655ae086d0d5f61f58"
66

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

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#6386b15a80b3cdb1b417a09cf1d7f978eb85bd9b"
5+
uri: "https://github.com/alexarchambault/case-app.git#56e1bc5113744152116d4381f2e11c9f77ab5b38"
66

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

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#5b5c4705e2f43d8b3ac74322db46a9e0bbe91319"
5+
uri: "https://github.com/typelevel/catbird.git#f91017490abb72d4337fb23b390151df910f9df3"
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#20b74bb90255078d919eb807df48d360127e6389"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#c6a9d73c2137b61a313bd4e0c88c8d021a59cf5a"
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#5ba55435cd777599242d6779b20289d4057964db"
5+
uri: "https://github.com/typelevel/cats-effect.git#fa3324a3e50764a2c3e1ef01fe5f871d354eafda"
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#488ed4fa13470835260701388ead614b261661df"
5+
uri: "https://github.com/typelevel/cats-parse.git#4a11e42a6669f03a44a61173b5d6389e5bbc22a8"
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#901ba39faf8d68c85dbbfe8e1d02a4e9e6bd7100"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#2b99d6faa23d6470dfeb1ece986126ef75ea634e"
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#6161459811307abb9bf064d4213750a7e88cc97e"
5+
uri: "https://github.com/typelevel/cats.git#bdb1ee029f7967bf2b4532a6597c31667186502a"
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-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#fe90e9a61b2a739d23422f96fa8d0ecc58aaf305"
5+
uri: "https://github.com/circe/circe-generic-extras.git#b3bf2a6a2e17005d9b51b69ba5ca9d3f180ba2e3"
66

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

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#2c6a26ebab6174e561118279e7b1166fa7f05da0"
5+
uri: "https://github.com/circe/circe.git#b2b7d49e9883a6c69e1e960be459d5e24b9f2446"
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#9e1823412691a2023d6f305fda216af2121f2045"
5+
uri: "https://github.com/vlovgr/ciris.git#183470aeed8a7d98e9780b3fab83e944c6c61bf6"
66

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

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#74d3889a9c21aa00423120dfeae7bcb7806cae37"
5+
uri: "https://github.com/alexarchambault/data-class.git#f8930d6a881fe96898cefe4068bcdf1920db8df1"
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/decline.conf

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

33
vars.proj.decline: ${vars.base} {
44
name: "decline"
5-
uri: "https://github.com/bkirwi/decline.git#009d91157906638705c61cc2e19b10d1cce138bb"
5+
uri: "https://github.com/bkirwi/decline.git#cb8f14669201848cc56dc467cd20ec4c9ae965ae"
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#44291b40c29cafe908e4ebc3acfb1c54e05d7439"
5+
uri: "https://github.com/jvican/dijon.git#21759ce5526f00fdb74c8ebe42bb16ba841db534"
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#e963426480b06a6b3c6c3bbeff7c97b60fd6be0a"
5+
uri: "https://github.com/typelevel/discipline-munit.git#26046c093a7007914a11034f6420570c4316aaeb"
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#7966378442aafa664e545eee9d0ab4678ff0f127"
5+
uri: "https://github.com/typelevel/discipline-scalatest.git#05f102e196a5c36c87b2850decb5f9cc851df0b4"
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#57e51599dfab0e1b6f910dd879481039bb17a81a"
5+
uri: "https://github.com/typelevel/discipline.git#1f35ce98baad0deffdeaafc6e9e755409a9f7428"
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#4c08283fb7a05a4644de77e5c8c3cc2df8c9444f"
5+
uri: "https://github.com/tpolecat/doobie.git#9b7ae8748e56879e968016e261529624c8f90499"
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#417e86b4dd9af7aa72009ad74545e78e891fca58"
5+
uri: "https://github.com/higherkindness/droste.git#c1bff7ac7d4a059cc4f3dcc7bcabfa7925e55fcc"
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#187482bb46d086274ed05b31bc0e82919461b453"
5+
uri: "https://github.com/atnos-org/eff.git#2724270dbb35fb242ad35de6d521d09c0ffa0e5b"
66

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

proj/expression-evaluator.conf

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

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

7+
extra.settings: ${vars.base.extra.settings} [
8+
// resolve version conflict (from sbt-scoverage, probably?)
9+
// one-deeper nesting level makes it apply to build definition
10+
["""ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always"""]
11+
]
712
}

proj/fast-string-interpolator.conf

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

33
vars.proj.fast-string-interpolator: ${vars.base} {
44
name: "fast-string-interpolator"
5-
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#34a4e0135df96db4463f105205cc811b050461fc"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#653bbabfdd2336cce39d027bb9c074cc2a076a61"
66

77
// Missing dependency: com.dongxiguo#fastring. likely out of scope anyway
8-
extra.exclude: ["fsi-benchmark", "fsi-benchmark-core"]
8+
extra.exclude: ["fsi-benchmark*", "*JS", "*Native"]
99
extra.settings: ${vars.base.extra.settings} [
1010
// resolve version conflict (from sbt-scoverage, probably?)
1111
// one-deeper nesting level makes it apply to build definition

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#184b44e119299625ce59b77fb329c19e9763663c"
5+
uri: "https://github.com/47degrees/fetch.git#ac1327efa5ff5e678ec2d2b99027c6a2229da6c2"
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#917d0d8c0c57cf31134ccda3f541c940cba5c187"
5+
uri: "https://github.com/finagle/finch.git#f0d4c0cf0860d5585b6919ca998aa649db2c7c0f"
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#e255439c72f34fd3f02431d9dab6ffd1d527633b"
5+
uri: "https://github.com/foundweekends/giter8.git#5350811c9f82223a2e5371003359ea6db198a1d1"
66

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

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#91cffd650f8ca44c07deb8ca4a203d0c4ab9b75b"
5+
uri: "https://github.com/http4s/http4s.git#471fff987a511fdce12ee9f7974a4226ada54651"
66

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

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#d5899d710f17429c8efc9e90edd704337f8be697"
5+
uri: "https://github.com/Comcast/ip4s.git#c1db3fe467b6c6cdbc46c850df0f03f79f46e05f"
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#0da4e59aa2a31b4f8f7af56a691eaa340fee8d53"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#090650ee4ca1e3cf1205fcf5fdc196044e5a16b4"
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#beb27a71e91273c656ded70b737555b8cf4134e4"
5+
uri: "https://github.com/typelevel/jawn.git#788396c6da476e2aa3cd486e89147cb2ee1103c8"
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#6169b4615a05302a9fc7c2f623ceebf225bcb6c5"
5+
uri: "https://github.com/json4s/json4s.git#b362e312956920dfb834c7e9c00d4756b9b02fcc"
66

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

0 commit comments

Comments
 (0)