Skip to content

Commit 08f9c2b

Browse files
committed
2.13: advance project SHAs
1 parent cc9547f commit 08f9c2b

File tree

107 files changed

+108
-108
lines changed

Some content is hidden

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

107 files changed

+108
-108
lines changed

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#4d66269dcc75fc3c920dfdf2c6c838e68cd7c46b"
5+
uri: "https://github.com/wvlet/airframe.git#5ba5e52b40d572ad97f2a9665802f54c0a3aac1f"
66

77
extra.options: ["-Xmx3g"]
88
extra.projects: ["communityBuild"] // no Scala.js plz

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#bc47b40e42a2f45a79a41583ea509b09d5b2b692"
5+
uri: "https://github.com/polyvariant/better-tostring.git#44619c6d59afcd883dc23d4490d701117e7b99c3"
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#f45d21f7cc0c4e1d7407be0ee806883452c3a5d0"
5+
uri: "https://github.com/http4s/blaze.git#d03480f5a00992ad87eaa3ea1849387040cad952"
66

77
extra.commands: ${vars.default-commands} [
88
"appendScalacOptions -Wconf:cat=scala3-migration:w"

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#83cafafc29c4b93532d217d9d5011f4fb769576f"
5+
uri: "https://github.com/playframework/cachecontrol.git#f24f5c54cfbe1000399115492b231174f905a2d4"
66

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

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#bd84a11da84201cde44252a2cfc793b59439f3b3"
5+
uri: "https://github.com/typelevel/catbird.git#d46899c7e188f9cc8d300f09315d760885f8d56e"
66

77
extra.exclude: [
88
"benchmark"

proj/cats-effect-cps.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-cps: ${vars.base} {
44
name: "cats-effect-cps"
5-
uri: "https://github.com/typelevel/cats-effect-cps.git#6624d099131cc161715cd9f9d7d65185a8e9c384"
5+
uri: "https://github.com/typelevel/cats-effect-cps.git#2c3501aa6c2ab92d5e10bd0560eb61141d9939d3"
66

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

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#7102a235fd8beeeb8b13131552706c4127b0fb7a"
5+
uri: "https://github.com/typelevel/cats-effect.git#122f750570823ec0de3e654a0e3702793fda896d"
66

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

proj/cats-mtl.conf

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

33
vars.proj.cats-mtl: ${vars.base} {
44
name: "cats-mtl"
5-
uri: "https://github.com/typelevel/cats-mtl.git#e1a26e4730bd7adba0a83da7dc8f8a5d06a55bd8"
5+
uri: "https://github.com/typelevel/cats-mtl.git#2a14d9ba1401e3a646b7f31a12de46dd304d9379"
66

77
extra.exclude: ["*JS", "*Native"]
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#7aa3f05e48f7a81701c10699d6e26326f31129d1"
5+
uri: "https://github.com/typelevel/cats-parse.git#c453b5785185278c42e52b9488828b2adf6cc2a1"
66

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

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#90d7f5c15e143d05c75f04c54024e45ec594f4be"
7+
uri: "https://github.com/cb372/cats-retry.git#c0c9356c2eed3037d6ca4e0d88b6c32ae6a3cdd2"
88

99
extra.projects: ["coreJVM"]
1010
}

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#bbf97217ec39ba259babde5c100c2a1e26a1a18c"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#64f8cf1faf2e29fc7f914fa5aac84394a218db47"
66

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

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#b0fa43a75c9d4bd3372da79c3e98e9dbce0a27af"
5+
uri: "https://github.com/typelevel/cats.git#29243d2b328782e4e1d757ddcde209bb9384d89d"
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#b670deaefb6af2825bd26696755d9e79efb96d29"
5+
uri: "https://github.com/scalalandio/chimney.git#d37facc384d0149c3fec4d6670c37db6873c1afb"
66

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

proj/circe-config.conf

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

33
vars.proj.circe-config: ${vars.base} {
44
name: "circe-config"
5-
uri: "https://github.com/circe/circe-config.git#e0d3d2e234e45bc8c92b830a6857933c2599fd12"
5+
uri: "https://github.com/circe/circe-config.git#7e514047f2ad86906e654201c938290cdec7964c"
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#e8bf8d2764bae38d150f3a57c3642a54aa2d267e"
5+
uri: "https://github.com/circe/circe-generic-extras.git#0a62014896f7bf5eabb8c5238be2a9cfb589ca40"
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#c5d6f8700181517137e05a43a139d74a18026e62"
5+
uri: "https://github.com/circe/circe-jackson.git#fdfce8bd03caac435e4b043512f6d1eeb7f4b537"
66

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

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#f5407111aa376e7d71f723a43adac67de8f97c1f"
5+
uri: "https://github.com/circe/circe.git#c8930d456aae088a4190ddaeb8c82daac5320a0d"
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#e115dc6ff17d9d5852bfd7eed45cdcf89948e429"
5+
uri: "https://github.com/vlovgr/ciris.git#d3a93f445d1bdab4c9b193cd297d43e412206667"
66

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

proj/curryhoward.conf

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

33
vars.proj.curryhoward: ${vars.base} {
44
name: "curryhoward"
5-
uri: "https://github.com/Chymyst/curryhoward.git#5f29a8c34f409eb520ee98280658b3aed22da42f"
5+
uri: "https://github.com/Chymyst/curryhoward.git#52b591c1a5eda00ac0589bed6ad552adb8dda998"
66

77
}

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#93f2dbbb72c2e0a86ab833d989e5a8835d1ead6a"
5+
uri: "https://github.com/bkirwi/decline.git#1b21dc2ab6b9e35a8f8c2d61cf2566bb1d33819b"
66

77
extra.projects: ["declineJVM", "refinedJVM"] // no Scala.js, no doc
88
}

proj/difflicious.conf

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

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

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

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#0a3466d8bee8c7739915b7737f9926b94b41677e"
5+
uri: "https://github.com/typelevel/discipline-munit.git#29b47409479783fdf9f3438e7bd8d084ff50a960"
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#555d933d28aab670216f8157e629ed5e48462de4"
5+
uri: "https://github.com/typelevel/discipline-scalatest.git#0cb8dc957446e4c64fe3264e1463aa8526d43435"
66

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

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

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#7ee9493e6a18da42d902e6dc88436ed8b4556722"
5+
uri: "https://github.com/typelevel/discipline.git#9b94b6046952f0b7788105e24580d824e0b8e4a3"
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#389ad7c9f6824570470ed0e4c591da0f90f72c2a"
5+
uri: "https://github.com/tpolecat/doobie.git#d4d92b2eab737c4c9da85978499beed06f0b1e74"
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#b681eabb7953f6d455ca082fd5606e3e3682f19f"
5+
uri: "https://github.com/higherkindness/droste.git#65de817a5baadc7fb685ff2dc41b9094bbc0554e"
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#7f48b2b6b95ff96059edb8934bf3928a4e0ee6f5"
5+
uri: "https://github.com/atnos-org/eff.git#6bb5e59081486f16aaf5837a1b0578a030ee0cf8"
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#b63affbeb7142e94844c062c1e8b59be55bd7f19"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#2c4ee136ed3cfe9eb56a6f80ad1591b4af857320"
66

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

proj/fabric.conf

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

33
vars.proj.fabric: ${vars.base} {
44
name: "fabric"
5-
uri: "https://github.com/typelevel/fabric.git#ea22ed959eea1865cac0c86bdd13d59fae6c530c"
5+
uri: "https://github.com/typelevel/fabric.git#b9868c5bfe17697a00ea0cd68ddbde50d76f079b"
66

77
extra.projects: ["*JVM"]
88
extra.commands: ${vars.default-commands} [

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#515f1ba518369148b60e18057ea5a6f99794ed1d"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#d2d7556aada50cd9834691faa1ed3cff15e69012"
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#2cd9fd06f72e533471144e392f37cf885e00b4e2"
5+
uri: "https://github.com/47degrees/fetch.git#fbad60c6ce9b25332008649914f368085a6fa4d8"
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#2e4b67b0112e5e49dca7bbb815227279ad096f59"
5+
uri: "https://github.com/finagle/finch.git#b0af060b532937d3fb0b1217b91b9ad5e2583ced"
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#8fa51a53294f016c2e2564e2c77f378dbb091ea2"
5+
uri: "https://github.com/foundweekends/giter8.git#a9bc6e06934ebbc69729213f10f98b141ebb6e8c"
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#0038c8181ce69f55e98e17a635f2e6b3446dfe2a"
5+
uri: "https://github.com/http4s/http4s.git#ecde17e0eb7933ce99ea0ae3fb79d0b8450de17f"
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#0ca38a4e40d7f92f67460eba1f709e28971fcb55"
5+
uri: "https://github.com/Comcast/ip4s.git#b121c142badcc26d707e85473834a08ec0937345"
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#2d16fe144896d95c7161cb2e45e58facdb5e6bbf"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#1ddcc6ae7a9af24c2c0982b3978a4f841b99a5a9"
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#cbae8eac21085a8ec00a263d8492c8fcd68f0e4e"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#3911142b99848b74e5be71e2fa447ef9e7f01a4a"
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#5f66b829f6c06253213498b9857733d3bb66017e"
5+
uri: "https://github.com/typelevel/jawn.git#eb828076478d60fa1ac9bcbdd5f8502d1f002521"
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#7163fede447224b4464a401616080da76ae30070"
5+
uri: "https://github.com/json4s/json4s.git#c2575ad8abc2d17de219a9def8e1e19a2a2caf01"
66

77
extra.projects: ["*JVM2_13"]
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#b10858527587d08a8b8bdca285ca6866adab7262"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#f1c3188b0093b0ad5ba07fb046169d46705fd3da"
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#f4898d98937f2c19be0784dcd3c9efd80f639e93"
5+
uri: "https://github.com/kamon-io/Kamon.git#a6dd3c3e8e43c1b8a0e8c95bfc4c145b2354eb1c"
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#3ac5e6f489d76c29a8f81d9664e7b283ff0fcdfd"
5+
uri: "https://github.com/typelevel/kittens.git#55bd9acbed8f228f345ebae8376635a5974a92f5"
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#82f71a24e5923a04df9746d3d114acca13ddb2c1"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#31ce34c148d73d9c57d592e0672fb5d0e485a90c"
66

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

0 commit comments

Comments
 (0)