Skip to content

Commit 30637e0

Browse files
authored
2.13: advance project SHAs (#1683)
1 parent 5064cb6 commit 30637e0

File tree

100 files changed

+101
-109
lines changed

Some content is hidden

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

100 files changed

+101
-109
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#90404c6a26fc07ddba056a16c2f18b8c55952c2c"
5+
uri: "https://github.com/lightbend/genjavadoc.git#2366308a77a7f07974cdfd2b83faf8476cc265c1"
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#f3721e78956673569ac54d96f49a7752ca0e4e10"
5+
uri: "https://github.com/wartremover/wartremover.git#565914052463df49bbfb1b5b7bcf71bb937ef736"
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#5dd19b25d12c64e09ddfe0877d6794c6eecaed9c"
5+
uri: "https://github.com/wvlet/airframe.git#93034ebc393094252f93c7da868fa73abec81954"
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#adc4a54ce911cb378fed924b9f4c5b4f4647ce26"
7+
uri: "https://github.com/lomigmegard/akka-http-cors.git#416e373ee8489a83163a1f7e7c269c8729e06edd"
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#3d507be0c1e9562faf052751907806a94013872c"
5+
uri: "https://github.com/akka/akka-management.git#cd54916737f5595434ced053707a9463a42d9734"
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#1be4d5fe08541ed757b31d96116859d8f503f178"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#748de09c65912b5d59ad9e4e0aeb50134f4f68d9"
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#f644ba451a9892858df1b1c57fa530a843e9bf20"
8+
uri: "https://github.com/twitter/algebird.git#976c465ca59e29995bfeafa2ba5a5b88942e3a8c"
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#8670cf9f2f767bad34e09ade7836a2e76b7f2243"
5+
uri: "https://github.com/akka/alpakka-kafka.git#4302056cfd1751e65df56788b9f72227d35a8e79"
66

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

proj/americium.conf

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

33
vars.proj.americium: ${vars.base} {
44
name: "americium"
5-
uri: "https://github.com/sageserpent-open/americium.git#2ab9419ebb2c1a2b68a31ec8f31cdcb8efb75089"
5+
uri: "https://github.com/sageserpent-open/americium.git#3c42bb7290dc4a738861d510abd7c74239848bdb"
66

77
}

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#86504069d081a5495a506d13372cfd8d05d3cc35"
5+
uri: "https://github.com/polyvariant/better-tostring.git#711226e3fc9aa27db6e26562b2b4a166ba7bdf0e"
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#273771c47349e9d948b36a6082169e1a35109429"
5+
uri: "https://github.com/playframework/cachecontrol.git#514e7a33076c08661d79099d83fbe78de1400375"
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#81e2d23f2a2ce08a50a99e0d34ed064fac657c63"
5+
uri: "https://github.com/alexarchambault/case-app.git#96d7bf64a5b490c161dfa79b6faaa504ade8b1d4"
66

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

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#700f9c8652633d997d5956cdfd819127266f86e4"
5+
uri: "https://github.com/typelevel/cats-effect-cps.git#57fc2b72f290face12d1221d01605ed7d5352c94"
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#47d8c6078cc533a6d787837fdaa3a55f9ab291a1"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#817d2be82b9b364d1395310a3a15599b9aa4f04e"
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#e9aeb8ccb53016a37588256f4c8086f8ef1612bc"
5+
uri: "https://github.com/typelevel/cats-effect.git#93518d4121aaff2cee3fb915c6d4114c83cc6826"
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#6fe394a21fd175d4bb28966154f742537181b5cb"
5+
uri: "https://github.com/typelevel/cats-parse.git#ccc1160dd7ce9c969d618daa0a472e2920555e10"
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#8502e2d8475c8166e35a3740f650102168cf2ad4"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#63525c03f5738f3e93a730105f6b433b583e1b34"
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#9ad3aa57c4b909f9d7420c0f463c806b72eac281"
5+
uri: "https://github.com/typelevel/cats.git#bdb06c9ccb2b8314e8bc9e36f31c60bfa1a5fb43"
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-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#2ea1b137dc77fd7ee007302872db190b10ffaebd"
5+
uri: "https://github.com/circe/circe-config.git#8699329fa5776c9a82787a857226daf506d0caff"
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#d89a354a78593776061b2b2b75f801784e77dc48"
5+
uri: "https://github.com/circe/circe.git#9f41263403b41de024e0c52b30c7e4313ab93ed7"
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#b9b45a967c78bd5d7a545e76cec6e7619d1f8152"
5+
uri: "https://github.com/vlovgr/ciris.git#2336aaf0421da1b457652c90bf403a10a70cd1a1"
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#f5da51c66bdaab574adaa3afd597257c4b8a2919"
5+
uri: "https://github.com/jvican/dijon.git#e257a993adc1e3765272a012d428f20c5a8682f9"
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#aed03ca6114a2b0af1a8000bbbd76c46fd2ebb17"
5+
uri: "https://github.com/tpolecat/doobie.git#32838f90044f5c3acac6b9f4ae7a2be10b5f1bb0"
66

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

proj/doodle.conf

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

33
vars.proj.doodle: ${vars.base} {
44
name: "doodle"
5-
uri: "https://github.com/underscoreio/doodle.git#a7b51c6da8a41b86c003164db390ba6fa4700f2f"
5+
uri: "https://github.com/underscoreio/doodle.git#d9011f06b15eafee9731a6740fb4de4bb5b146c1"
66

77
extra.exclude: [
88
"*JS"

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#091e4fc3473ce46cfe02466b270ce1af2f0624c3"
5+
uri: "https://github.com/higherkindness/droste.git#23522f0db58c466fadba55dd618994891d0da532"
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#ce0761897c9b5bb869438a290a0290755043220d"
5+
uri: "https://github.com/atnos-org/eff.git#db1c1daa7d88fa0fc585eb1695b19cd1f679ed60"
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#893ec4c2c158b1454c71ff9bb03a5c7035df69bc"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#37ffb2a0e56b9347ad83d486a2e82f2e2a84dd91"
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#b40ce4eac2753e2e86f7efc5914d48126e7fee4c"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#1f5fcd82747a45ffcbb1df1d57bb8b2ee8fb5ffc"
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#4747f596b06663b35b5268639f377fd04c41c214"
5+
uri: "https://github.com/47degrees/fetch.git#a03484d516f6894a07dc93dbdac888aa54fc4cf0"
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#0c8117c4bf26563bcd5732e0a78baa306c7d7d28"
5+
uri: "https://github.com/finagle/finch.git#70c02bd449272372162040b00e07a993ef8835cf"
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#4cdc0d6884c739d867c86060ed272b67eb9217bd"
5+
uri: "https://github.com/foundweekends/giter8.git#98245acf22c684b59007d5c997b51fce29956c85"
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#170462a3c9fda28335cec162f2e588aac1660157"
5+
uri: "https://github.com/47deg/github4s.git#971053942029c9832cf191c386d0e082f18a7cb1"
66

77
extra.projects: ["github4s"]
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#4b3643d6f2fa8355547455af0e42f520c4ec05a5"
5+
uri: "https://github.com/http4s/http4s.git#61084590b320666a743b9ff56e4d0750c8c41f06"
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#b7fbffad0ed4257d1bafd60c33535a3189a55a52"
5+
uri: "https://github.com/Comcast/ip4s.git#47a50525880703d1c0499e62ddd9de163eaa628c"
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#850ca36e4c657e03880ee8078099548a07dc4ece"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#c950c570809d06d0bf7556e551bde8641a32c91c"
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#b62d8c6a14ac4092fd1b1485190325cb42553c2a"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#bdab1a6033306250771ea33e619f0e2013e5820b"
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#41444f7919b5db8041725c284eef7d3f7678e04d"
5+
uri: "https://github.com/typelevel/jawn.git#e719ce41d473a97c811f6d002a2b9a099e8beefe"
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#2c07b988fc3d7640c6d8acb46cdc2944d54b1458"
5+
uri: "https://github.com/json4s/json4s.git#ae188d8275db870bffa8baa3fc8a4801e1ecd6ad"
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#40112557299860330f16623378044a03397401cd"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#33c44a33c36b8cb2a84796e21c3c73c058138119"
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#fc7a137090ed63ab40e730f57beb58b84a46f781"
5+
uri: "https://github.com/kamon-io/Kamon.git#cebcc5a440283ae555f2a58593e9b5fffde8af44"
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#bc252f55f67a6692c66ce9a71beafa127955541f"
5+
uri: "https://github.com/typelevel/kittens.git#668939c7d81b790a2dab18e39a39e83a656040e0"
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#bcb1d8c753c89d49a44a2535f84c0231f19581b3"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#db8f55bfad8b06cf3a7c853f375ef65a8102f06d"
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#48e80824921adcafe32230daf37043ebad91268f"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#eef9adfce6db40a2c8e93c4bc7e47a8378a464f0"
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#72a66da9fb12a89ac7d47f0636f25f84b82711f7"
5+
uri: "https://github.com/softwaremill/macwire.git#775e905801a39c25737af49bbf7ffc6502073d55"
66

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

0 commit comments

Comments
 (0)