Skip to content

Commit 0352c1d

Browse files
authored
2.13: advance project SHAs (#1703)
1 parent c2aa34c commit 0352c1d

File tree

104 files changed

+115
-106
lines changed

Some content is hidden

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

104 files changed

+115
-106
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#ca2e2c817109765d116127a212462ec25fd8a431"
5+
uri: "https://github.com/lightbend/genjavadoc.git#de2b2bcd74fcc1e9c387416af4719cfb6a661b55"
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#3da14e02def4c26af76cef047ae05d481cdb097f"
5+
uri: "https://github.com/scalacenter/scalafix.git#f9672dabed6c270f6969972d5d961409b9d502f8"
66

77
extra.options: ["-Dscala213.nightly="${vars.scala-version}]
88
extra.projects: ["*2_13"]

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#c1843cecc8fd4a162ce983416a9808fac39a3100"
5+
uri: "https://github.com/scalameta/scalafmt.git#aae2c3b0a63074ea2abe41170de2bd11516f83a1"
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#d64979ef27ed5c5afe65ccbbe3210354b33c8e89"
5+
uri: "https://github.com/ghik/silencer.git#305ca3eae0e8f3337ad197785f92fc9c7582cccd"
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#9db0b7f6e96c216fe289dfdcc3a13a1fbfb9a4d6"
5+
uri: "https://github.com/wartremover/wartremover.git#1d7d1e0cbde175f4f8d9fe6d7556ef46992f21ab"
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#9cadbf57def94761e6e8b0ebbe08ebf239f2a467"
5+
uri: "https://github.com/wvlet/airframe.git#01301818137eb8cecf239956c4095f92fd52ed43"
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#187a7ac4dfac398a78a0f2980173f3946670c3b3"
7+
uri: "https://github.com/lomigmegard/akka-http-cors.git#e1a7ddea910ebd390b46d90c30b4c0dc5c16b03a"
88

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

proj/akka-management.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// https://github.com/akka/akka-management.git#main
1+
// https://github.com/akka/akka-management.git#3e05bd10001dda94ab2ced9139d4d758ebc19435 # was main
2+
3+
// frozen (October 2023) before a commit that added a dependency
4+
// on an Akka milestone not published to Maven Central
25

36
vars.proj.akka-management: ${vars.base} {
47
name: "akka-management"

proj/akka-persistence-jdbc.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// https://github.com/akka/akka-persistence-jdbc.git#master
1+
// https://github.com/akka/akka-persistence-jdbc.git#60ecab2aa7f0e49698905bf33bbee8a8da20ab80 # was master
2+
3+
// frozen (October 2023) before a commit that added a dependency
4+
// on an Akka milestone not published to Maven Central
25

36
vars.proj.akka-persistence-jdbc: ${vars.base} {
47
name: "akka-persistence-jdbc"

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#8ec8ce82007cd5d8c2a3f4141b74e192addb90ca"
8+
uri: "https://github.com/twitter/algebird.git#4d932090bf0ea4cf107082b8eb635f278e2bece5"
99

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

proj/alpakka-kafka.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// https://github.com/akka/alpakka-kafka.git#main
1+
// https://github.com/akka/alpakka-kafka.git#1c2118d4f73745463dd4e09a50d46a3a2129a4d7 # was main
2+
3+
// frozen (October 2023) before a commit that added a dependency
4+
// on an Akka milestone not published to Maven Central
25

36
vars.proj.alpakka-kafka: ${vars.base} {
47
name: "alpakka-kafka"

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#40b4ae00914b7bb71f818b9f701e8ac9136827ce"
5+
uri: "https://github.com/polyvariant/better-tostring.git#96ecda6f60389d47a0162c0acdd75f716fd4d8e7"
66

77
}

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#4419dee0b3f8357fd2adef1ebe2031d6679d505e"
5+
uri: "https://github.com/playframework/cachecontrol.git#88723e7f2d145e82958ac57dd63dadc177611ea3"
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#b2d580d5e220c2d709652745e6e3aedec913ac6c"
5+
uri: "https://github.com/alexarchambault/case-app.git#511a17f15708994c9706fb8f9ae67f18adbb99ef"
66

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

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#b95279ca0f40544de7d84ca98b3197d2a7819b02"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#8e9e590b4dd83ada0002285581c26ae98c357c76"
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#fdb2a3e468a67c51a513aec758fed11caa44a405"
5+
uri: "https://github.com/typelevel/cats-effect.git#04cc47ba7a61f5352a3eafecba79125ed33f9e3f"
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#ae2a67c47c720941c79254b17b713b0bfbedef38"
5+
uri: "https://github.com/typelevel/cats-parse.git#312c159229aa123d4dec7b18b13ab9e0bbc4769a"
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#2c5b16d535295f0ccaa1a2bd9d7ed2323647743b"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#413b9bea50ed0ab836f5551beb8a6f259bc46b73"
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#31af6ac9522f776db50d791e745c42e7aef8289b"
5+
uri: "https://github.com/typelevel/cats.git#4d9ab67a6e13752750652fa1621cbed315e5e8a8"
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#3ed1415e8781a014bfa6fe9bf5fd4920d8c3d197"
5+
uri: "https://github.com/scalalandio/chimney.git#1eca9796915b4de4ed5a1c474ff7e7f8ebe0097f"
66

77
extra.exclude: ["*3", "*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#ad37f57c40099dc460835f7678e29d0b39d52ba3"
5+
uri: "https://github.com/circe/circe-config.git#f511ec681a9d651d86582d1749476f77cedc42a8"
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#953ab515f2c9bc999a4d52ff642b786a36d6989a"
5+
uri: "https://github.com/circe/circe-generic-extras.git#0a336e6097258540fb5f69de311136ea92f5dec2"
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#dcee6313fd0a245a64fe08323268a3f0a9be82aa"
5+
uri: "https://github.com/circe/circe.git#8a836cab022da5f1c0ea307974c823c5b4b870ea"
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#4b6f41da5b738cccfec7ef97c6f0b3109745dd3b"
5+
uri: "https://github.com/vlovgr/ciris.git#23719571e2862a4ed086a9608d5a03ab6f97a50d"
66

77
extra.exclude: ["docs", "*JS", "*Native"]
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#f608399198c8b8623270898e49437ade216d98bd"
5+
uri: "https://github.com/jvican/dijon.git#5e8cc5478f02c2992fbcc313aabaf7079eb1b807"
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#eca423e4f8054e0735b7f75339a81fefffa836a2"
5+
uri: "https://github.com/tpolecat/doobie.git#9ee376ab8d4ab1492aeeec33702dd878af4a4b1f"
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#3e5ee9d697b4b2a14a2a917b6c625f16e110c36a"
5+
uri: "https://github.com/higherkindness/droste.git#2fffea22c336bfa897087837df83a5d7f435c6da"
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#d6f256c215e82e79294c691f2d676e3de7aeb0fc"
5+
uri: "https://github.com/atnos-org/eff.git#38335d9aa62fee437f23bd1b602e4c6a9eb048d8"
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#85e3f81c8253a4f5f215324a20b5adc90525284f"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#b54e59a1df9cbb5d8ef9f302e4d79aa097d0c1aa"
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#355b1a010f3b7e228998803ab34d08b8c0e7617b"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#556effcf75d766f9b6a904d70e19d348251665d7"
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#a595e3e40c0d00a2830632d2fde1e4a039758b6b"
5+
uri: "https://github.com/47degrees/fetch.git#bb659360d371689397d45753199ec4178631dec3"
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#2bb2ab8358b907d27fa1db4ff29502681a3f20a6"
5+
uri: "https://github.com/finagle/finch.git#4ee595f4001dd9695b73210e6423fdf5f4472df2"
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#39c7e6ecbee03c44dc86f07fd7c8298f2f39cc0d"
5+
uri: "https://github.com/foundweekends/giter8.git#e4492fb74e2c9dd2b7c187fb71b738c39c282b8e"
66

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

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#a566b2b28247327146bf1c82626d671f47ad8cb4"
5+
uri: "https://github.com/47deg/github4s.git#f8885623bb70ededd6d51e8f8f1b294e4b3376aa"
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
@@ -2,7 +2,7 @@
22

33
vars.proj.http4s-jwt-auth: ${vars.base} {
44
name: "http4s-jwt-auth"
5-
uri: "https://github.com/profunktor/http4s-jwt-auth.git#e12cd1ca4a2f84ffa96af091d0fcbb43ec51c3e6"
5+
uri: "https://github.com/profunktor/http4s-jwt-auth.git#6e50f93ef226a28f4be2e309ed9e047622704fe2"
66

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

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#1dead4fc0e4045bc73d5eb08857225634b723c90"
5+
uri: "https://github.com/http4s/http4s.git#3e90c7a4da0e2dfa29c69e6ca47085610a0a94d9"
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#787044fcad1d02495a2878d075955be0d3636ce5"
5+
uri: "https://github.com/Comcast/ip4s.git#09acb7f8d7618ddc8f63e550e520e5d512211c62"
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#b9d71eaed6bf53b3fd545117d5c136d8571d9983"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#0fa33dfc6478be5d60713efd52be2271d793b307"
66

77
}

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#b04b0caf26c4f711abfde8abb5247396f32e83a7"
5+
uri: "https://github.com/json4s/json4s.git#27b42c24a2f1a0174e643204187fc8f23e0d3f98"
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#042409ae5c50c27f286c8a3160fff19c33ea8165"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#e2a77256361d26fce4922c6406e871a8f0c021a5"
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#14cba5232cc97a8efa2e4ade5eaeeca4905280f3"
5+
uri: "https://github.com/kamon-io/Kamon.git#a96a353924612f8214f6c3c9d96461d5176c1108"
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#5d4dd7377b8a19c2226a2c7e3e8d6e7aa5fc0896"
5+
uri: "https://github.com/typelevel/kittens.git#73a48ac81612b02674c197ba4e02f9ecd1b38844"
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#d91951461560efd654047a3eb60b2c2b3f067d9d"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#91f09a1863927a9b35958311929035b4df0142c3"
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#0b22565d46527d1e0b9d5f8c5f2b45937435f676"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#5121445f1ad49eadc00bf49f3d96b575de104dab"
66

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

0 commit comments

Comments
 (0)