Skip to content

Commit 165fe92

Browse files
committed
2.13: advance project SHAs
1 parent 204c1c1 commit 165fe92

Some content is hidden

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

75 files changed

+75
-75
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#2097cdde57ae1d4f73e866bc1e7408330dacb1a1"
5+
uri: "https://github.com/lightbend/genjavadoc.git#248992559ff8985695f3be150a5f144646999355"
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#e7fe222053d2a9d59ab491791072f09af40bd398"
5+
uri: "https://github.com/scalacenter/scalafix.git#a18fe12999ebdabb16f06c65e24f5426afbb6637"
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#e78a86edaa0a31f6bf1e3c42411107ac479b3970"
5+
uri: "https://github.com/scalameta/scalafmt.git#5043c74325a0499dce3abfb767f941b9879a17d9"
66

77
extra.projects: ["coreJVM", "cli", "tests", "dynamic"]
88
extra.commands: ${vars.default-commands} [

nightly.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# December 22, 2024 (latest as of December 22, 2024)
1+
# December 22, 2024 (latest as of December 26, 2024)
22
nightly=2.13.16-bin-f44badf

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#c4731c7221c041e64d65c5a82d853eb906f73b62"
5+
uri: "https://github.com/wvlet/airframe.git#f2997b9ed37eab1bbd44ca30f98003ac5319207b"
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#cb3fd859383cd57aeae771c44664dd582253a854"
5+
uri: "https://github.com/polyvariant/better-tostring.git#c0f7daa591e3158ccda634acb174511581288ebb"
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#b29e941053b0de30602cb6e3e5473bfa77b7242a"
5+
uri: "https://github.com/http4s/blaze.git#b7f3af098c851d6798b974bf5e44e138c45a8e34"
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#d8d55b89bbbe178f689f349b950f6ad39f20c463"
5+
uri: "https://github.com/playframework/cachecontrol.git#e9ab110d73e0787167d260f3604110c189b01b57"
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#9ce05f2395ae642e0ae8594e5cac89ca70b6aff7"
5+
uri: "https://github.com/typelevel/cats-effect.git#5e470b19762879b13c3177599883dc7820b3c534"
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#5b9cf9b666ab3acede786e5508b9c6f8a09ec796"
5+
uri: "https://github.com/typelevel/cats-mtl.git#8cd35d9da009137e96c9e8fff39f85cc176e2226"
66

77
extra.exclude: ["*JS", "*Native"]
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#c35bc68cbdf0e722005a853ab7a884daf065add3"
5+
uri: "https://github.com/typelevel/cats.git#bfda65b2258be8d66fee468db4e6cd326046607c"
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#ae627ad6b95b9c1b025db5321822065ecb2c09ef"
5+
uri: "https://github.com/scalalandio/chimney.git#afbc295a83599b77d61a17ad04801fbb311b4421"
66

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

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#5550ccb543c5cdeb188c746ffc2fafcd5072733c"
5+
uri: "https://github.com/circe/circe-config.git#beb6c65a05895f6d787f9e887600260b2bb8a200"
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#df63e63cef7334efa1b1183a077b58095c3ecd58"
5+
uri: "https://github.com/circe/circe.git#11008caae959c387962965507de1c361978b03f0"
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#eabd4d729f59f82e4ef3cb0fb4bed4573bbb6f94"
5+
uri: "https://github.com/vlovgr/ciris.git#0a195b101bbcfd96961a2892906c0f53525569b2"
66

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

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

77
extra.projects: ["declineJVM", "refinedJVM"] // no Scala.js, no doc
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#60675885431936bc39575fa7d3a460e6a5bd3db1"
5+
uri: "https://github.com/typelevel/discipline-munit.git#8237f550c91c091b73fd82b188aff4b5dcfa91f0"
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#0b6438ccaeec79910d0ecd174c371c2534b074ca"
5+
uri: "https://github.com/typelevel/discipline-scalatest.git#ed565b5d0483d2d613cff3978d3f3842eb627c15"
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#5f9633a47985d2a7bfdbc7f7261c0412f5e0ac80"
5+
uri: "https://github.com/typelevel/discipline-specs2.git#668625428d520f56feae82746f6b24aa11eb81cc"
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#ccf9435660ebf95c4bcc98f80d8b189a2a2f0fe6"
5+
uri: "https://github.com/typelevel/discipline.git#8282a3744483261395b6d212ed5d42454163a415"
66

77
extra.projects: ["coreJVM"] // no Scala.js please
88
extra.settings: ${vars.base.extra.settings} [

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#8caf33bed953ceb67f584129cf51e4c2ca08488f"
5+
uri: "https://github.com/higherkindness/droste.git#ad9aee015428b960059eea6fddb745257f72e6e7"
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#87df9eec43a2e390c3cd68f10a84b7593a29edd9"
5+
uri: "https://github.com/atnos-org/eff.git#4be91fea98f697252756c3c6f781101ecdb8a559"
66

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

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#2cd5ab8f15e41a53e4e0749e19b3f702e6a197ab"
5+
uri: "https://github.com/typelevel/fabric.git#cf5b45dcb529000a3140d02a85853a10a86a036b"
66

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

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#3555ca488069589fc8bb4946232ff370c12e5a87"
5+
uri: "https://github.com/47degrees/fetch.git#d649cc0e4b8b357b60431a08969078a2be3e1f8e"
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#193a27bf0211dfb74b47aa7ddb8789a4972465ce"
5+
uri: "https://github.com/finagle/finch.git#91e4f042f5f15236161765cf04643faae1c47f9e"
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#3dcbfef9ce9ed772bc5d18ad46ce389167f80a71"
5+
uri: "https://github.com/foundweekends/giter8.git#71e370b3b7fe04c6a382426b6dace8dbe52fa54e"
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#6e6ba2cea32a2943515066c69b73d170c6cd1c80"
5+
uri: "https://github.com/http4s/http4s.git#0038c8181ce69f55e98e17a635f2e6b3446dfe2a"
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#e4f69d933d0abd87b5941b123191c59f6df7cb7b"
5+
uri: "https://github.com/typelevel/jawn.git#bf7ab50500c9c01de41391828029d45f15c45bba"
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#694cf1274a587150834e43b273d96fbea693e474"
5+
uri: "https://github.com/json4s/json4s.git#cc326d45de615d721016cfcd7d476a3026a80b2d"
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#26abb478b42d7c467ff272161d6fb199eaaa6b13"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#05721972c09f79dfe437f669f96a7785cb5bd494"
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#b4a705193f7ace635efa7be789b7ca38d4e835fc"
5+
uri: "https://github.com/typelevel/kittens.git#96e2b78153b7625cb54ba10e389d5a9d541f7767"
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#a306ce0494be6a0792794fc2693821942b9a7d46"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#a55cb2cb7c679db60aa6fdc243604e456daa68db"
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#d1e9d6a09ffb474dd4a793d6c59cb21e486900bb"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#6d1ece3d1baf2c34b03e360962c4bcb495caf073"
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#0284216ccf185e0edef7b82352844d7b8d03241b"
5+
uri: "https://github.com/softwaremill/macwire.git#2a6f6e7852b60e61b8590904fe9aa91242838694"
66

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

proj/metaconfig.conf

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

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

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

proj/metals.conf

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

99
vars.proj.metals: ${vars.base} {
1010
name: "metals"
11-
uri: "https://github.com/scalacommunitybuild/metals.git#78522923453be9ef3481b163e0e7c84a10e5cc9a"
11+
uri: "https://github.com/scalacommunitybuild/metals.git#df0261cb0677cfd4882284e01824ca7989486ea8"
1212

1313
extra.options: ["-Xmx3g"]
1414
// Vadim from Virtus writes:

proj/monocle.conf

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

33
vars.proj.monocle: ${vars.base} {
44
name: "monocle"
5-
uri: "https://github.com/julien-truffaut/Monocle.git#376e49e2cb28496488706f32c9f1df4710ae4842"
5+
uri: "https://github.com/julien-truffaut/Monocle.git#13b473f4d0b2038591a7ef40caff1e06ca7aca95"
66

77
// try to enable more subprojects?
88
extra.projects: ["coreJVM", "macrosJVM", "lawJVM", "genericJVM"]

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#b41f807cd22b2a41e77f5826bd0b772d39c88deb"
5+
uri: "https://github.com/scalameta/munit.git#3e7bade0c940c45dda39a779be26f3f096b1abc8"
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#e0dd8b2ff8f118deedf58613432d0bc323a5b622"
5+
uri: "https://github.com/nscala-time/nscala-time.git#f9bff1d681ad55209a9180dd8b494fadf8971514"
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#0156e23b840e8ce66c55a98d1abddb86e0a1dfa2"
5+
uri: "https://github.com/typelevel/paiges.git#8dd4e4ae7c0c7adffd9bab53ffdae8b44ce59402"
66

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

proj/parboiled.conf

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

33
vars.proj.parboiled: ${vars.base} {
44
name: "parboiled"
5-
uri: "https://github.com/sirthias/parboiled.git#6afa583990fa8e10c11947a394abfc65bdd8bf00"
5+
uri: "https://github.com/sirthias/parboiled.git#4a3ca05b2af9f0b85430a5f47d8db2d58e0559fd"
66

77
extra.projects: ["parboiled-scala"]
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#ac8864bddccaf3ef296d7da906e2d566b62c277f"
5+
uri: "https://github.com/sirthias/parboiled2.git#21f1d884c431a9b02d55d1e8ad23c9449d59549b"
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,7 +2,7 @@
22

33
vars.proj.play-file-watch: ${vars.base} {
44
name: "play-file-watch"
5-
uri: "https://github.com/playframework/play-file-watch.git#12ba813f08b7aaa67502ed2fee2974e96418d4c5"
5+
uri: "https://github.com/playframework/play-file-watch.git#77df8a290b0518ac744ebae28f17a08874cdbdc4"
66

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

proj/playframework.conf

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

66
vars.proj.playframework: ${vars.base} {
77
name: "playframework"
8-
uri: "https://github.com/playframework/playframework.git#2921df3926a0caa8f4af7f7f0d48eb839803c4dc"
8+
uri: "https://github.com/playframework/playframework.git#5a64a6d85e2780b6685c83e072b5fd54ffee40d9"
99

1010
extra.options: [
1111
]

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#7577509d060b88140297fc25dfc1feeca4a29261"
5+
uri: "https://github.com/pureconfig/pureconfig.git#0f756e056fae1282f2f555fe10b5e7d7b0d67a54"
66

77
extra.exclude: ["scalaz", "docs", "http4s022", "*-docs", "*scala3"]
88
extra.settings: ${vars.base.extra.settings} [

0 commit comments

Comments
 (0)