Skip to content

Commit d109318

Browse files
authored
2.13: advance project SHAs (#1697)
1 parent 12866dc commit d109318

File tree

92 files changed

+103
-98
lines changed

Some content is hidden

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

92 files changed

+103
-98
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#2af8c0c91a24bd1bcb69eef0858327c8127db054"
5+
uri: "https://github.com/lightbend/genjavadoc.git#ca2e2c817109765d116127a212462ec25fd8a431"
66

77
}

core/scalafix.conf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
// https://github.com/scalacommunitybuild/scalafix.git#community-build-2.13 # was scalacenter, main
2-
3-
// forked (June 2023; updated July 2023) to adjust the Scala version
4-
// to be configurable via `-Dscala.nightly=...`
1+
// https://github.com/scalacenter/scalafix.git#main
52

63
vars.proj.scalafix: ${vars.base} {
74
name: "scalafix"
8-
uri: "https://github.com/scalacommunitybuild/scalafix.git#ba9479cd9d29dcb64619042a6971dfbb4f5b37ed"
5+
uri: "https://github.com/scalacenter/scalafix.git#3da14e02def4c26af76cef047ae05d481cdb097f"
96

10-
extra.options: ["-Dscala.nightly="${vars.scala-version}]
7+
extra.options: ["-Dscala213.nightly="${vars.scala-version}]
118
extra.projects: ["*2_13"]
129
extra.exclude: ["docs2_13"]
1310
extra.commands: ${vars.default-commands} [

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#4d3f873957e52dc8f7b6e78ee18b21424f37f5f7"
5+
uri: "https://github.com/scalameta/scalafmt.git#c1843cecc8fd4a162ce983416a9808fac39a3100"
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#8fcd3151f8ff9a3db1fffd86f0c3328b72d9c168"
5+
uri: "https://github.com/wartremover/wartremover.git#9db0b7f6e96c216fe289dfdcc3a13a1fbfb9a4d6"
66

77
extra.exclude: [
88
"sbt-plugin"

proj/airframe.conf

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

33
vars.proj.airframe: ${vars.base} {
44
name: "airframe"
5-
uri: "https://github.com/wvlet/airframe.git#0b94a88e5c3a880925ae66dcf34c525a85a31477"
5+
uri: "https://github.com/wvlet/airframe.git#9cadbf57def94761e6e8b0ebbe08ebf239f2a467"
66

77
extra.projects: ["communityBuild"] // no Scala.js plz
88
extra.commands: ${vars.default-commands} [
9+
"appendScalacOptions -Xmigration"
910
// just compile the tests in the ulid subproject, don't run them; see
1011
// https://github.com/scala/community-build/pull/1425 (June 2021)
1112
"set ulid.jvm / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"

proj/akka-http-session.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-session: ${vars.base} {
66
name: "akka-http-session"
7-
uri: "https://github.com/softwaremill/akka-http-session.git#8ff86819c9cf1d1252d08c75fdc199a0edfa1bb9"
7+
uri: "https://github.com/softwaremill/akka-http-session.git#f015a450192110397103be7be909c0216e3acedd"
88

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

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#302c5a192cce6bb1e2b233c407097c78227b0c5a"
5+
uri: "https://github.com/akka/akka-http-webgoat.git#beb6b17267ed8cc3012f9b1e329ef24282e00f72"
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#c1d5930226afbc0072fb5b6f67880637534d35b6"
5+
uri: "https://github.com/akka/akka-management.git#3e05bd10001dda94ab2ced9139d4d758ebc19435"
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#1c76573775ca45b98a305a275dce2d29311e514a"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#60ecab2aa7f0e49698905bf33bbee8a8da20ab80"
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#8443f20effbfec6a13fdbf71c3ef99f298af0947"
8+
uri: "https://github.com/twitter/algebird.git#8ec8ce82007cd5d8c2a3f4141b74e192addb90ca"
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#f16059688afe910144769b674844f1a44ff4475d"
5+
uri: "https://github.com/akka/alpakka-kafka.git#1c2118d4f73745463dd4e09a50d46a3a2129a4d7"
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#96330afe026c7aec3e77dfdc1fa08a119a9f33a4"
5+
uri: "https://github.com/polyvariant/better-tostring.git#40b4ae00914b7bb71f818b9f701e8ac9136827ce"
66

77
}

proj/blaze.conf

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

33
vars.proj.blaze: ${vars.base} {
44
name: "blaze"
5-
uri: "https://github.com/http4s/blaze.git#b4c5565493feea1ea99a4ca19a364bd144d0d29b"
5+
uri: "https://github.com/http4s/blaze.git#75f4a935c2426dcee8dea9d780b6045a66efedf2"
66

77
extra.commands: ${vars.default-commands} [
8+
"appendScalacOptions -Xmigration"
89
"set every gpgWarnOnFailure := true"
910
// so we don't have to arrange for dbuild-built semanticdb to be brought in
1011
"set every semanticdbEnabled := false"

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#54ea22a433b4228591f55d898128f7f1e4bffc34"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#b95279ca0f40544de7d84ca98b3197d2a7819b02"
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#8d62864247d7911c6bf205dfee2df1d25bf43358"
5+
uri: "https://github.com/typelevel/cats-effect.git#fdb2a3e468a67c51a513aec758fed11caa44a405"
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#47c9c2029f60bb91a4e657650a9c7c007230fa9b"
5+
uri: "https://github.com/typelevel/cats-parse.git#ae2a67c47c720941c79254b17b713b0bfbedef38"
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#adb1fbbfd8172f2029748fce1e041ac6fc0c7a8c"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#2c5b16d535295f0ccaa1a2bd9d7ed2323647743b"
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#56e1dbfba92c7e9c34c2809bd08779eb78482c58"
5+
uri: "https://github.com/typelevel/cats.git#31af6ac9522f776db50d791e745c42e7aef8289b"
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#76f2f49f338a102582bbe5b2445cdeb3eccee2b4"
5+
uri: "https://github.com/scalalandio/chimney.git#3ed1415e8781a014bfa6fe9bf5fd4920d8c3d197"
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#9cedd413a1e3a0617c54aee9a1b172da9dd11ae5"
5+
uri: "https://github.com/circe/circe-config.git#ad37f57c40099dc460835f7678e29d0b39d52ba3"
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#ec7cc7904509cbc929b6928361a2c1f7455bb7e6"
5+
uri: "https://github.com/circe/circe-generic-extras.git#953ab515f2c9bc999a4d52ff642b786a36d6989a"
66

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

proj/circe.conf

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

33
vars.proj.circe: ${vars.base} {
44
name: "circe"
5-
uri: "https://github.com/circe/circe.git#093756b2ce3a84d799e4c01447eb4fda11855382"
5+
uri: "https://github.com/circe/circe.git#dcee6313fd0a245a64fe08323268a3f0a9be82aa"
66

77
extra.exclude: [
88
"*JS", "*Native", "benchmark*", "scalajs*", "docs"
99
// our scalafix version is too new
1010
"scalafixInternalTests"
1111
]
12+
extra.commands: ${vars.default-commands} [
13+
"set every gpgWarnOnFailure := true"
14+
]
1215
}

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#e315b0c116e060eb20a301d7cbdc8869b12d0a64"
5+
uri: "https://github.com/vlovgr/ciris.git#4b6f41da5b738cccfec7ef97c6f0b3109745dd3b"
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#6c784dc072db6cfeda1639f46992702ac6913dff"
5+
uri: "https://github.com/jvican/dijon.git#f608399198c8b8623270898e49437ade216d98bd"
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#2f451ad59b641473694a5b3b29f00afd938efc01"
5+
uri: "https://github.com/typelevel/discipline-munit.git#784defc5e5b4b20f7274ea2ea7012247b546d10b"
66

77
extra.exclude: ["*JS", "*Native"]
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#f9b91ba1c3834fe5581e17d57fdf168079527bd9"
5+
uri: "https://github.com/typelevel/discipline.git#b1d77cc7d8ec57af1ba05d7d7fac2e0aebcfdd8f"
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#7040127446cc76fcef5477a258a3c4b19d4c59d2"
5+
uri: "https://github.com/tpolecat/doobie.git#eca423e4f8054e0735b7f75339a81fefffa836a2"
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#87425319408efdfb82c18cddf94b355b19aa1313"
5+
uri: "https://github.com/higherkindness/droste.git#3e5ee9d697b4b2a14a2a917b6c625f16e110c36a"
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#596c0411acaef7d903b03686130ecd7393498d60"
5+
uri: "https://github.com/atnos-org/eff.git#d6f256c215e82e79294c691f2d676e3de7aeb0fc"
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#e457d86116edc24f05bd77743ce7517cf50357ff"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#85e3f81c8253a4f5f215324a20b5adc90525284f"
66

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

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#1c4e559b433edd16d6465eb3e948f71171dde4f2"
5+
uri: "https://github.com/47degrees/fetch.git#a595e3e40c0d00a2830632d2fde1e4a039758b6b"
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#c9f7a0f387e7054a61f65713af3f64c975f50764"
5+
uri: "https://github.com/finagle/finch.git#2bb2ab8358b907d27fa1db4ff29502681a3f20a6"
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#c6d87436360977e6923abc10a825174a79add276"
5+
uri: "https://github.com/foundweekends/giter8.git#39c7e6ecbee03c44dc86f07fd7c8298f2f39cc0d"
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#971053942029c9832cf191c386d0e082f18a7cb1"
5+
uri: "https://github.com/47deg/github4s.git#a566b2b28247327146bf1c82626d671f47ad8cb4"
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#64e28b3fc4a8c33b72c5d21a762848b620247a68"
5+
uri: "https://github.com/profunktor/http4s-jwt-auth.git#e12cd1ca4a2f84ffa96af091d0fcbb43ec51c3e6"
66

77
extra.projects: ["core"]
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#894a1820144ca39a47d1cdfc3bf7aafae65c86b0"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#b9d71eaed6bf53b3fd545117d5c136d8571d9983"
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#5d9935618d9e24a5cf2e3912f2bb32346e519803"
5+
uri: "https://github.com/json4s/json4s.git#b04b0caf26c4f711abfde8abb5247396f32e83a7"
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#abca2a025d929d8c4cd80abf943a48d0ab2b9e1f"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#042409ae5c50c27f286c8a3160fff19c33ea8165"
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#d5bc87d7718abc522eb20123bc25a8033b182ab1"
5+
uri: "https://github.com/typelevel/kittens.git#5d4dd7377b8a19c2226a2c7e3e8d6e7aa5fc0896"
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#11d5bdaa84dc34560bfe4798312b09f97f384ad1"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#d91951461560efd654047a3eb60b2c2b3f067d9d"
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#8e5344848a78daa5f70c3837568b745fd125ef9e"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#0b22565d46527d1e0b9d5f8c5f2b45937435f676"
66

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

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#f20012e9fe93bdecd0df6fea6fc0712956d4014c"
5+
uri: "https://github.com/softwaremill/macwire.git#d91c709d388487b0f8a4bba84e3bb09440bfdd24"
66

77
extra.exclude: ["*2_12", "*JS", "*3"]
88
}

0 commit comments

Comments
 (0)