Skip to content

Commit b873463

Browse files
authored
2.13: advance project SHAs (#1689)
1 parent c20cc62 commit b873463

File tree

93 files changed

+103
-94
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

+103
-94
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#2366308a77a7f07974cdfd2b83faf8476cc265c1"
5+
uri: "https://github.com/lightbend/genjavadoc.git#4ab29431884a93cb141f555d5fe9588f58040f14"
66

77
}

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

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

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#565914052463df49bbfb1b5b7bcf71bb937ef736"
5+
uri: "https://github.com/wartremover/wartremover.git#8b50abe384138295d3f61c8e443fe32fde54b2f3"
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#93034ebc393094252f93c7da868fa73abec81954"
5+
uri: "https://github.com/wvlet/airframe.git#830f11d358e508e6679479ac618c1bf190ae990b"
66

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

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#416e373ee8489a83163a1f7e7c269c8729e06edd"
7+
uri: "https://github.com/lomigmegard/akka-http-cors.git#187a7ac4dfac398a78a0f2980173f3946670c3b3"
88

99
extra.options: ["-Dakka.fail-mixed-versions=false"]
1010
extra.projects: ["akka-http-cors"]

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#cd54916737f5595434ced053707a9463a42d9734"
5+
uri: "https://github.com/akka/akka-management.git#da20330844e708f4480b732806aa02232a4512ba"
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#748de09c65912b5d59ad9e4e0aeb50134f4f68d9"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#500642d5141088ea37d92b8415f16c008cb5b566"
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/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#976c465ca59e29995bfeafa2ba5a5b88942e3a8c"
8+
uri: "https://github.com/twitter/algebird.git#752e134895c6e0e18b019bfc5da93e3af1fc4f3a"
99

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

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#4302056cfd1751e65df56788b9f72227d35a8e79"
5+
uri: "https://github.com/akka/alpakka-kafka.git#c1fcb168f83d913822cc0e71002e4bfe8cadb804"
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#711226e3fc9aa27db6e26562b2b4a166ba7bdf0e"
5+
uri: "https://github.com/polyvariant/better-tostring.git#96330afe026c7aec3e77dfdc1fa08a119a9f33a4"
66

77
}

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#cacb0f1acde522be145273dfd601c51d5f896f03"
5+
uri: "https://github.com/twitter/bijection.git#9181ae6d49ca14dcca12c02d91a2314c1463b44f"
66

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

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#8cf873e228c89b8ed836d7c635ab8142222ebc85"
5+
uri: "https://github.com/http4s/blaze.git#b4c5565493feea1ea99a4ca19a364bd144d0d29b"
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#514e7a33076c08661d79099d83fbe78de1400375"
5+
uri: "https://github.com/playframework/cachecontrol.git#f14f82f140c51a6f6b4e9580c0e79e133bcf2ec2"
66

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

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

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

proj/cats-effect-tutorial.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// https://github.com/lrodero/cats-effect-tutorial.git#master
1+
// https://github.com/lrodero/cats-effect-tutorial.git#series/3.x
22

33
vars.proj.cats-effect-tutorial: ${vars.base} {
44
name: "cats-effect-tutorial"
5-
uri: "https://github.com/lrodero/cats-effect-tutorial.git#7b8af8a4a72b66b4eebff5f47dbf8c8f2098c2c1"
5+
uri: "https://github.com/lrodero/cats-effect-tutorial.git#754e4b4c0309fd56ba2ffa8cc35ff5f157b37c00"
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#93518d4121aaff2cee3fb915c6d4114c83cc6826"
5+
uri: "https://github.com/typelevel/cats-effect.git#25c948b065de0c7c77c9655162cdeb093f0b2b3b"
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#ccc1160dd7ce9c969d618daa0a472e2920555e10"
5+
uri: "https://github.com/typelevel/cats-parse.git#08060c714bb3e24352ce80652718493af670b99e"
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#63525c03f5738f3e93a730105f6b433b583e1b34"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#50b7959fd80dca9d1743d5cd85bc9551587431d4"
66

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

proj/cats.conf

Lines changed: 3 additions & 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#bdb06c9ccb2b8314e8bc9e36f31c60bfa1a5fb43"
5+
uri: "https://github.com/typelevel/cats.git#f969051dec28105fe306c8d6a8079bdc1333b4ff"
66

77
extra.exclude: ["bench", "docs", "unidocs", "*JS", "*Native", "binCompatTest"]
88
// tests are memory-hungry. hard to tell if occasional OutOfMemoryErrors are because
@@ -13,5 +13,7 @@ vars.proj.cats: ${vars.base} {
1313
extra.commands: ${vars.default-commands} [
1414
// intermittent failures
1515
"""set tests.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "ApplicativeSuite.scala""""
16+
// because scala/scala#10439, until maintainers move to 2.13.12
17+
"appendScalacOptions -Xmigration"
1618
]
1719
}

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#fa135670e325095da09e18785ac2bfc0c5877df4"
5+
uri: "https://github.com/scalalandio/chimney.git#6a9148b9e22f528a24ad09fd95850cc15c0bb637"
66

77
extra.exclude: ["*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#8699329fa5776c9a82787a857226daf506d0caff"
5+
uri: "https://github.com/circe/circe-config.git#ace62c4871b35651f38a32bf4e2777d530dd77db"
66

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

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#9f41263403b41de024e0c52b30c7e4313ab93ed7"
5+
uri: "https://github.com/circe/circe.git#ee639bba4e5d53a002fd088797b381b2fe5a2711"
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#2336aaf0421da1b457652c90bf403a10a70cd1a1"
5+
uri: "https://github.com/vlovgr/ciris.git#27bdf0676f69b15e9697240d9b76aed4fb268bcf"
66

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

proj/difflicious.conf

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

33
vars.proj.difflicious: ${vars.base} {
44
name: "difflicious"
5-
uri: "https://github.com/jatcwang/difflicious.git#ee275baceac56ac18501f0b9bbbb014507f2e8a5"
5+
uri: "https://github.com/jatcwang/difflicious.git#dd40247f2813716abfb4835183370793b1445817"
66

77
extra.exclude: ["docs", "benchmarks"]
8+
extra.commands: ${vars.default-commands} [
9+
// fragile test -- we could re-enable after upstream upgrades to 2.13.12
10+
"""set coretest / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "DifferAutoDerivationSpec.scala""""
11+
]
12+
813
}

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#e257a993adc1e3765272a012d428f20c5a8682f9"
5+
uri: "https://github.com/jvican/dijon.git#6c784dc072db6cfeda1639f46992702ac6913dff"
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#32838f90044f5c3acac6b9f4ae7a2be10b5f1bb0"
5+
uri: "https://github.com/tpolecat/doobie.git#baf6baba931b9abdc424697284eac9db69250e8e"
66

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

proj/doodle.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// https://github.com/underscoreio/doodle.git#main
1+
// https://github.com/underscoreio/doodle.git#d9011f06b15eafee9731a6740fb4de4bb5b146c1 # was main
2+
3+
// frozen at a June 2023 commit before Scala 2 support was dropped
24

35
vars.proj.doodle: ${vars.base} {
46
name: "doodle"

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#23522f0db58c466fadba55dd618994891d0da532"
5+
uri: "https://github.com/higherkindness/droste.git#12df36d8d524b0fe5d1ce28ba04bd5b35bcab7fb"
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#db1c1daa7d88fa0fc585eb1695b19cd1f679ed60"
5+
uri: "https://github.com/atnos-org/eff.git#c629771c562cdd9e9a9c4bd968178f50a8600268"
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#37ffb2a0e56b9347ad83d486a2e82f2e2a84dd91"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#f9cf4936d49b3366d297b55c6276d80cffe527d7"
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#1f5fcd82747a45ffcbb1df1d57bb8b2ee8fb5ffc"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#355b1a010f3b7e228998803ab34d08b8c0e7617b"
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#a03484d516f6894a07dc93dbdac888aa54fc4cf0"
5+
uri: "https://github.com/47degrees/fetch.git#3728647f19900318a71b7b2883106e00f3a00b3f"
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#70c02bd449272372162040b00e07a993ef8835cf"
5+
uri: "https://github.com/finagle/finch.git#672c30c12e3949ffbc0f4c114c544a18eeda15ba"
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#98245acf22c684b59007d5c997b51fce29956c85"
5+
uri: "https://github.com/foundweekends/giter8.git#f0bdcf61bde44d30384d02551ee22f34dd46f09e"
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#61084590b320666a743b9ff56e4d0750c8c41f06"
5+
uri: "https://github.com/http4s/http4s.git#1dead4fc0e4045bc73d5eb08857225634b723c90"
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#47a50525880703d1c0499e62ddd9de163eaa628c"
5+
uri: "https://github.com/Comcast/ip4s.git#787044fcad1d02495a2878d075955be0d3636ce5"
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#c950c570809d06d0bf7556e551bde8641a32c91c"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#894a1820144ca39a47d1cdfc3bf7aafae65c86b0"
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#bdab1a6033306250771ea33e619f0e2013e5820b"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#a777489eb0b50f2b6d1666e51329934c5ee7d89e"
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#e719ce41d473a97c811f6d002a2b9a099e8beefe"
5+
uri: "https://github.com/typelevel/jawn.git#349f7b8fb7a998aed1838a60afa9ad111cb60443"
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#ae188d8275db870bffa8baa3fc8a4801e1ecd6ad"
5+
uri: "https://github.com/json4s/json4s.git#07155618002e82681f4fab5b7347c16ca25e82e4"
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#33c44a33c36b8cb2a84796e21c3c73c058138119"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#a54a24127376de7a4c973830d6d7b603105f7edc"
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#668939c7d81b790a2dab18e39a39e83a656040e0"
5+
uri: "https://github.com/typelevel/kittens.git#54b1cd81c331e9b6bc0b1a39f22241709b08f435"
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#db8f55bfad8b06cf3a7c853f375ef65a8102f06d"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#60bc5ef51cc16e788583e4fdb72f8fee8f086549"
66

77
extra.options: ["-Dsbt.sbtbintray=false"]
88
}

0 commit comments

Comments
 (0)