Skip to content

Commit fa303d7

Browse files
authored
2.13: advance project SHAs (#1479)
1 parent 042fca0 commit fa303d7

Some content is hidden

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

66 files changed

+69
-69
lines changed

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#255ff6505646f36abc26a5e8a89043ff12d7933b"
5+
uri: "https://github.com/wartremover/wartremover.git#c43465833bfb6aa150c54ec590b3da8599531c40"
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#7a9cb3bc3e6aaaa305342ad7494a2d9ddf93ee25"
5+
uri: "https://github.com/wvlet/airframe.git#cc5d7428f5fd35dc2ef93ef885467c87ead5c84e"
66

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

proj/akka-http-json.conf

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

66
vars.proj.akka-http-json: ${vars.base} {
77
name: "akka-http-json"
8-
uri: "https://github.com/hseeberger/akka-http-json.git#86bf0ee60754b6d5128fd84620ef5fda439554ae"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#c42eedae8e28b8335b0a28ca700090f2bb675807"
99

1010
// we might try to re-enable this when we have newer akka-http; right now
1111
// the tests don't compile and it looks like an akka-http version problem

proj/akka-http.conf

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

33
vars.proj.akka-http: ${vars.base} {
44
name: "akka-http"
5-
uri: "https://github.com/scalacommunitybuild/akka-http.git#742e4a4f123b07bd23b609db1c5705b1bc2db3ac"
5+
uri: "https://github.com/akka/akka-http.git#d5f6536c39be843afdc3d3d1a703423e249225eb"
66

77
extra.exclude: ["docs", "akka-http-bench-jmh"]
88
extra.options: [

proj/algebra.conf

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

33
vars.proj.algebra: ${vars.base} {
44
name: "algebra"
5-
uri: "https://github.com/typelevel/algebra.git#7d2c4897f9cd03df834a8c6e16c7af76ef3dc99c"
5+
uri: "https://github.com/typelevel/algebra.git#d2322dc023a089bf22013e7a2438a574df4a4c8f"
66

77
extra.projects: ["coreJVM", "lawsJVM"] // no Scala.js, no benchmarks, no docs
88
}

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#9f59f7a0e657d9dfea6b392e764ffccb34a23f72"
5+
uri: "https://github.com/twitter/bijection.git#41be34f434b736e8f92377cc35764d7032d3ea91"
66

77
// at the moment let's just do the part scalafix needs. there are a bunch
88
// of integration modules, but my hunch is they are likelier to cause

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#a973de5f035e922e2631747c277d15307c1e9a68"
5+
uri: "https://github.com/http4s/blaze.git#692a3eacad75e9f880800211ebc52b85189d7110"
66

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

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#afaa9db0b4e2c47a91784f571f0c51de909283d4"
5+
uri: "https://github.com/typelevel/cats-parse.git#bdc11c8936e214d2089f8c673a295fd0e63f923e"
66

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

proj/cats-retry.conf

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

33
vars.proj.cats-retry: ${vars.base} {
44
name: "cats-retry"
5-
uri: "https://github.com/cb372/cats-retry.git#37612f4975387e0001c09d1d434001a9b5f6e4e6"
5+
uri: "https://github.com/cb372/cats-retry.git#89e0d5f7af5b2e0b3982c27e85ced8d36dc3c408"
66

77
extra.projects: ["coreJVM"]
88
}

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

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

proj/circe-config.conf

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

33
vars.proj.circe-config: ${vars.base} {
44
name: "circe-config"
5-
uri: "https://github.com/circe/circe-config.git#094ed48a2e296b188f126f58837c46f930e44016"
5+
uri: "https://github.com/circe/circe-config.git#14ba29490ff5bc99a658ebebc15e5cee20be33b1"
66

77
}

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#59f70476cd2f832f30484a269f1f06dbc809e399"
5+
uri: "https://github.com/circe/circe-generic-extras.git#70bdcee5f08fce3ebb049ad34ab145335ffe4ba8"
66

77
extra.projects: ["genericExtras"]
88
}

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#c53a9317b173f283caee178dc0367cccdec40c63"
5+
uri: "https://github.com/circe/circe-jackson.git#acf2f36530059753104f5f24fec88cd1660cda0a"
66

77
extra.sbt-version: "1.5.2" // until they're on new enough sbt-scoverage
88
// there are some others, but leaving it at this for now

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#51bf6e74ed5d160d0fd30eacc40dfdff894510f6"
5+
uri: "https://github.com/circe/circe.git#be246e589eedc9dd16f395e3a754b68916c187ad"
66

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

proj/coulomb.conf

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

66
vars.proj.coulomb: ${vars.base} {
77
name: "coulomb"
8-
uri: "https://github.com/erikerlandson/coulomb.git#fb44f3c8f0cf6c15a504afcbbb0b989a74585b9b"
8+
uri: "https://github.com/erikerlandson/coulomb.git#9e66c0693ef356f154b3ff9701bacc1b6a05cf61"
99

1010
extra.projects: ["coulomb_testsJVM"] // builds & tests everything.... I think
1111
extra.commands: ${vars.default-commands} [

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#f68f5b337e9787b31cee07f8f3395d082eb1cb9c"
5+
uri: "https://github.com/bkirwi/decline.git#79c6aa56bd121f01bf0dfd2c92832f719d07c73e"
66

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

proj/discipline-specs2.conf

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

33
vars.proj.discipline-specs2: ${vars.base} {
44
name: "discipline-specs2"
5-
uri: "https://github.com/typelevel/discipline-specs2.git#904d5c2ea98fce5c70707316b79053fb8c476e51"
5+
uri: "https://github.com/typelevel/discipline-specs2.git#30aaca9f4e2a1b8910ce553e41082a3868733652"
66

77
extra.exclude: ["*JS", "docs"]
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#4930a18a061028338a108f6dcce37d5d6b9019fd"
5+
uri: "https://github.com/typelevel/discipline.git#9be27475c92237cffa686bed50ece43083479ff4"
66

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

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#61af443cf7fec77783876bd73e07748eb48e9038"
5+
uri: "https://github.com/higherkindness/droste.git#1867d85cc51a41166ecc676d99ee79991cd9855a"
66

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

proj/expression-evaluator.conf

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

33
vars.proj.expression-evaluator: ${vars.base} {
44
name: "expression-evaluator"
5-
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#fd05508559e1d364f7d1a6146739aebd7b11e097"
5+
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#05cd891bb9f4e82e5b2c918bbbf1c2934bc479eb"
66

77
}

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#daff851c90a8b5caa17a96d9b948f86f6a2b854b"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#033abfe95d46917049e435c55ec2fca93e487189"
66

77
// Missing dependency: com.dongxiguo#fastring. likely out of scope anyway
88
extra.exclude: ["fsi-benchmark", "fsi-benchmark-core"]

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#77ef05c6bb9eb1ceacc65c1cfef78b7b23978d09"
5+
uri: "https://github.com/foundweekends/giter8.git#095e960ad6dfa5540bc4e603d03de5c4dbafe71b"
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#9a19b6e201a6a0751517fd8b763078323c75dd66"
5+
uri: "https://github.com/http4s/http4s.git#d49ffeab6fe93de611e2339378e51a7405cc534c"
66

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

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#7952ee16d3189507811d70dba92b8d1086936de7"
5+
uri: "https://github.com/typelevel/jawn.git#470613ca2a08812b2afb9464fb4b2c15f6e7232e"
66

77
extra.exclude: ["*JS", "benchmark", "root"]
88
}

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#741bab7d23fec7b92891cde840f309b7f6aeb7ad"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#62658f656566a7990c70b6acec075774acffd6df"
66

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

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#21117d4d9f517857a9e3530e7fc0401cbc335bd9"
5+
uri: "https://github.com/kamon-io/Kamon.git#a0da71d42e0a5ef27d26bff1f00352e8f3c69777"
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#3c36ce303caab626eb11238b634502063c0e846e"
5+
uri: "https://github.com/typelevel/kittens.git#e2e8bbec6ff036f52279d00c63bea7bdb2d4e8a8"
66

77
extra.projects: ["coreJVM"] // sorry, Scala.js
88
}

proj/lift-json.conf

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

33
vars.proj.lift-json: ${vars.base} {
44
name: "lift-json"
5-
uri: "https://github.com/lift/framework.git#8e74e41bc0a4a249055d0e7b849c484846c52fb5"
5+
uri: "https://github.com/lift/framework.git#0a87d46364d53044d6333c08ba9d9d758bf15e89"
66

77
extra.projects: ["lift-json"]
88
// because the tests use scala.util.parsing.json, which was removed from

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/lightbend-emoji.git#4f7d415cea8a3db22b2bf8343771d9cf792fac2e"
5+
uri: "https://github.com/lightbend/lightbend-emoji.git#f43f88219d256e5f59afaa7bd806b73f08d89408"
66

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

proj/lila-ws.conf

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

33
vars.proj.lila-ws: ${vars.base} {
44
name: "lila-ws"
5-
uri: "https://github.com/ornicar/lila-ws.git#1105781640e1bd25013504ddb66dc63f056f556c"
5+
uri: "https://github.com/ornicar/lila-ws.git#6160b3160e4167a8c11a080f27c65a8ccd7a0ed8"
66

77
}

proj/mdoc.conf

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

33
vars.proj.mdoc: ${vars.base} {
44
name: "mdoc"
5-
uri: "https://github.com/scalameta/mdoc.git#a82cbb1bc0d9270a6434d31aa3b7f2c3b8a97ca8"
5+
uri: "https://github.com/scalameta/mdoc.git#ad331b2109c5060b902169bfcfa1ca2d379266e6"
66

77
extra.exclude: [
88
"js", "jsdocs", "docs", "unit", "plugin", "*JS"

proj/metrics-scala.conf

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

33
vars.proj.metrics-scala: ${vars.base} {
44
name: "metrics-scala"
5-
uri: "https://github.com/erikvanoosten/metrics-scala.git#25a1d480e0d21e57c456a78f9dee31ce869706da"
5+
uri: "https://github.com/erikvanoosten/metrics-scala.git#72d6bc806da97a2e78e3b4010e969e7e043726bb"
66

77
// our Akka version is 2.6; as of January 2020 there is only a
88
// a metricsAkka25 project, no Akka26, but perhaps it will be source-compatible?

proj/mima.conf

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

33
vars.proj.mima: ${vars.base} {
44
name: "mima"
5-
uri: "https://github.com/lightbend/mima.git#3218a441ff27df266cf332b0493d99a6cf71413a"
5+
uri: "https://github.com/lightbend/mima.git#5c798e05dc08c6832dfc7c746d4c65985605ea3c"
66

77
extra.exclude: ["sbtplugin"] // out of scope
88
// `IntegrationTest/test` doesn't work but `it:test` does. dbuild limitation I guess

proj/mockito-scala.conf

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

33
vars.proj.mockito-scala: ${vars.base} {
44
name: "mockito-scala"
5-
uri: "https://github.com/mockito/mockito-scala.git#398e0f24ed64d488b956b94cd28793daed8ed46b"
5+
uri: "https://github.com/mockito/mockito-scala.git#aba2d2f13ded1c66b1f22e4a509e371901bf1f32"
66

77
extra.exclude: ["scalaz"]
88
}

proj/mouse.conf

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

33
vars.proj.mouse: ${vars.base} {
44
name: "mouse"
5-
uri: "https://github.com/typelevel/mouse.git#7d870c48f59bae60d930c6f9d7c2e1f6790cdcbd"
5+
uri: "https://github.com/typelevel/mouse.git#142e78e43540bc6b6ec2167936f07a54ed83b9b4"
66

77
extra.projects: ["crossJVM"] // no Scala.js please
88
}

proj/munit-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.munit-cats-effect: ${vars.base} {
44
name: "munit-cats-effect"
5-
uri: "https://github.com/typelevel/munit-cats-effect.git#f98f1004900fb5e2d6cd722ec0fa6e7bbc64eb6d"
5+
uri: "https://github.com/typelevel/munit-cats-effect.git#993a7311263c787109cbbe700a0423bcb2465aeb"
66

77
extra.projects: ["ce2JVM"] // we don't have Cats Effect 3 yet
88
extra.exclude: ["*JS"]

proj/munit.conf

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

33
vars.proj.munit: ${vars.base} {
44
name: "munit"
5-
uri: "https://github.com/scalameta/munit.git#61da0113769bc9188f96741d5e8d49d70ecafcdf"
5+
uri: "https://github.com/scalameta/munit.git#9cfd8b1def94d1dc107c2d1fb5143f419ef9df04"
66

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

proj/nscala-time.conf

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

33
vars.proj.nscala-time: ${vars.base} {
44
name: "nscala-time"
5-
uri: "https://github.com/nscala-time/nscala-time.git#3f4d36c7bfb1712ad5071a23848fa3dd4a08f210"
5+
uri: "https://github.com/nscala-time/nscala-time.git#f7c20caacd7933212b4496d31b4e3c605e35f4e5"
66

77
}

proj/paiges.conf

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

33
vars.proj.paiges: ${vars.base} {
44
name: "paiges"
5-
uri: "https://github.com/typelevel/paiges.git#af7e1b3a90c373ba3d6da0c8f5c771308d2cb2a8"
5+
uri: "https://github.com/typelevel/paiges.git#778d6bee0792a0f01be1ed8c2181409f798989c3"
66

77
extra.projects: ["coreJVM", "catsJVM"] // but not "benchmark"
88
extra.commands: ${vars.default-commands} [

proj/parboiled2.conf

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

33
vars.proj.parboiled2: ${vars.base} {
44
name: "parboiled2"
5-
uri: "https://github.com/sirthias/parboiled2.git#b5aabbaa0d8b8aa74a42b217e87aa49546bfa6c6"
5+
uri: "https://github.com/sirthias/parboiled2.git#ddff95174360342a50a8a68bd9c5c45566080ff4"
66

77
extra.projects: ["parboiledJVM", "examples"]
88
extra.commands: ${vars.default-commands} [

proj/play-file-watch.conf

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

33
vars.proj.play-file-watch: ${vars.base} {
44
name: "play-file-watch"
5-
uri: "https://github.com/playframework/play-file-watch.git#36fad546344f0ad1b6beaeee9a1d39b8b5867afe"
5+
uri: "https://github.com/playframework/play-file-watch.git#80fbbd588ba8ba90b84103ea814d55d39d1fd588"
66

77
}

proj/play-json.conf

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

33
vars.proj.play-json: ${vars.base} {
44
name: "play-json"
5-
uri: "https://github.com/playframework/play-json.git#b3e7549b54c57f374e38917698d747fba25bf48c"
5+
uri: "https://github.com/playframework/play-json.git#108b25e64b910241fa92cff5bd4a45c4441975bb"
66

77
extra.projects: ["play-jsonJVM"] // no Scala.js plz
88
}

proj/playframework.conf

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

33
vars.proj.playframework: ${vars.base} {
44
name: "playframework"
5-
uri: "https://github.com/playframework/playframework.git#f18c239c9186b5b65af291817cd75918f5d39ff9"
5+
uri: "https://github.com/playframework/playframework.git#619b3190e9235fba10aba43a08b55a2ab373a347"
66

77
extra.exclude: [
88
"Play-Docs", "Sbt-Plugin", "Play-Docs-Sbt-Plugin", "Sbt-Scripted-Tools" // out of scope

proj/pureconfig.conf

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

33
vars.proj.pureconfig: ${vars.base} {
44
name: "pureconfig"
5-
uri: "https://github.com/pureconfig/pureconfig.git#5a379df8c56186aeea543185634cb2606e78a1fd"
5+
uri: "https://github.com/pureconfig/pureconfig.git#6cc794d2cc42d5a58ef8e3c884f689a66ac74aa2"
66

77
extra.exclude: [
88
"scalaz", "docs"

0 commit comments

Comments
 (0)