Skip to content

Commit f62919f

Browse files
authored
2.13: advance project SHAs (#1719)
1 parent 6f92307 commit f62919f

Some content is hidden

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

82 files changed

+82
-82
lines changed

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#f178efdc4a7033f8b711c1519a8c68d8229fd20d"
5+
uri: "https://github.com/scalacenter/scalafix.git#089ec8bbbf60f567a7df905f2a4954000a79c057"
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#78bb7c8ad134e0ab76385c82eadbb3d6fff3af99"
5+
uri: "https://github.com/scalameta/scalafmt.git#760de95fbf0be61cd6e91616e2e680efb2d5e24d"
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#cf24325910fb8de7f12de6c0b7d10e8938f25a09"
5+
uri: "https://github.com/wartremover/wartremover.git#d422307148857e8bab3d7f0de3324bd550eef9c1"
66

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

proj/advxml.conf

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

33
vars.proj.advxml: ${vars.base} {
44
name: "advxml"
5-
uri: "https://github.com/geirolz/advxml.git#753647969e6be19f6fe5cc8e04a2fa4c435a74a5"
5+
uri: "https://github.com/geirolz/advxml.git#8d7908fee358e0240e922a277c5f283fcee78c79"
66

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

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#c9455371ee6f6f480ae99e470ada55b02a445124"
5+
uri: "https://github.com/wvlet/airframe.git#0087b55ee57e86d709a219ce5d9b5cf4e7018809"
66

77
extra.options: ["-Xmx3g"]
88
extra.projects: ["communityBuild"] // no Scala.js plz

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

77
extra.commands: ${vars.default-commands} [
88
"appendScalacOptions -Wconf:cat=scala3-migration:w"

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#15cfed5b285691fc00b9fea29a6f7bdcd0a630bb"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#f42dc7a8de2a68094317e34d4dfd47114242fc3c"
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#b77600c7f6a8f8123a2ade68b2fbd62ff5b152cb"
5+
uri: "https://github.com/typelevel/cats-effect.git#1ba83f03445ff1cef778c3876486c5bb2b06350a"
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#399f9876a8f20740802a6f284245cbae408f37cc"
5+
uri: "https://github.com/typelevel/cats-mtl.git#5729e29b75b46f840e88bfd9c35116f2e4cb0d7d"
66

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

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

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

proj/cats-testkit-scalatest.conf

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

33
vars.proj.cats-testkit-scalatest: ${vars.base} {
44
name: "cats-testkit-scalatest"
5-
uri: "https://github.com/typelevel/cats-testkit-scalatest.git#a115ae300c7127a8685762203281157fb39a375d"
5+
uri: "https://github.com/typelevel/cats-testkit-scalatest.git#70a61fc87866c828a5f4859ebde08ddba5e8a25e"
66

77
extra.exclude: ["*JS", "docs"]
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#c93d697de79a6e760a42b685abc46b79f87a191d"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#0a5ab165d97063246ba5c830262f567644d8f60a"
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#d323facbfcfac7803ed85f75e16e302f68c4ad45"
5+
uri: "https://github.com/typelevel/cats.git#47fbad764ad8026d4e9f8999c7f6233c666f0df8"
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#44d47624cd16a523c6b3a6132626de160bcd336f"
5+
uri: "https://github.com/scalalandio/chimney.git#824d96a6876c89edb03d880dca108579d036a5ed"
66

77
extra.exclude: ["*3", "*2_12", "*JS", "*Native", "benchmarks"]
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#3b8338b33fce782d87ab62e20320dbc04e0c8f1a"
5+
uri: "https://github.com/circe/circe-config.git#03888c7b14add12f101df82e493c439cfce64673"
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#4ddfba595451d5dead77d511fb787536a9cf3f0f"
5+
uri: "https://github.com/circe/circe.git#97c9d36ff538271cc5c99ba70a026599e50d80ea"
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#7969a4bd6dcdfe0419762656b8a569bc062ef37a"
5+
uri: "https://github.com/vlovgr/ciris.git#2ac9dbd539c1866e36affb59baf944c1749b3775"
66

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

proj/diffx.conf

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

33
vars.proj.diffx: ${vars.base} {
44
name: "diffx"
5-
uri: "https://github.com/softwaremill/diffx.git#034fd3670a27900189fba02188aa1a3680fda8ac"
5+
uri: "https://github.com/softwaremill/diffx.git#10f841727e4c151186d4e2fbdb45a36acb920f8c"
66

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

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#e1f1256e79b1df23f6d51a192a0269d05028e13d"
5+
uri: "https://github.com/typelevel/discipline-scalatest.git#dbc270fe170c922dae863de6ab1ec1bd5b1a0fcc"
66

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

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#2eb8b174a83fa68628aac414e385ab5d57ea2dc6"
5+
uri: "https://github.com/typelevel/discipline-specs2.git#115a1c38843e22db857da8d6ab4495855c03d000"
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#b1d77cc7d8ec57af1ba05d7d7fac2e0aebcfdd8f"
5+
uri: "https://github.com/typelevel/discipline.git#836b919b8aefa9773ba6e376cfc6197429a94c18"
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#4d0dff038d00dfdf065be27d724c55af9a219421"
5+
uri: "https://github.com/tpolecat/doobie.git#6a2b2c6a117239bbed84d662e294b255a4730d8c"
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#6182fc2831853c0541eb1c5aa1741bd290976950"
5+
uri: "https://github.com/higherkindness/droste.git#0eba510a8afe517e011f4c2e34e7f8e10f3bc6f9"
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#46f8b84200f0bff5444fc46de4214584e8b83232"
5+
uri: "https://github.com/atnos-org/eff.git#d1ff914e110f4b7c671527ad41ca294886fe96f3"
66

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

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#a36bad2223a7062d9c5198a687f3e8085aacfade"
5+
uri: "https://github.com/47degrees/fetch.git#0a8f12c5f9a5be50cb02f605e87e52206e919793"
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#0d62539f8a72ff210507e0edc7dad85005a14fd8"
5+
uri: "https://github.com/finagle/finch.git#bfbc94bb65502ea803b8333c2d99a2e74843ec11"
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#047dbbccabc66bd124835241d1041b2a45601ea4"
5+
uri: "https://github.com/foundweekends/giter8.git#afa284e960eba33807c78d5e8c611d1c2398c468"
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#5a1234f05125a653971877ea8a73adc8a489a552"
5+
uri: "https://github.com/47deg/github4s.git#7aa17ee818b274f0bd57f4680300a79b2907009e"
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#27f1376e9d6a0ad1b722e3f21014636d6a5bef4d"
5+
uri: "https://github.com/profunktor/http4s-jwt-auth.git#a70192189a95b399e2c09f5bd62a2490ff065db7"
66

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

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#de925a774f812cf6b8a009870ff6655ca2081783"
5+
uri: "https://github.com/Comcast/ip4s.git#9fd3bfb0ecb04474669fdd9d18d180f65692f4de"
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#800ce35877d0b2c87ba7516f97ead67555004ee4"
5+
uri: "https://github.com/lightbend-labs/jardiff.git#0111266ac63d914b739c14528c86d50f73e85c1c"
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#6de6d0d3d408f2a8b67d60d73725d46e8a43a5f2"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#0ecdcfc5f912a2c85cb653bbe6d333ef47a32bd8"
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#41ec297a7ccee7325cd39ef42618e865b1d708c2"
5+
uri: "https://github.com/typelevel/jawn.git#9bb6be256ab3f8dcaf3ff2bef8aa7e4b6e909c6d"
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#32c05ccc016bdbdf7f0f10909ed6072d0370af79"
5+
uri: "https://github.com/json4s/json4s.git#0e462e00e0871aa8689f08476fe98cd27fbb3001"
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#58f2ef44fe6549bfeff60160d5094f2282d640ac"
5+
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#5fb39f31cc2197449a971cca9708e85f56c69210"
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#e0c7bb5dc059a476d20d46024822f15d70ae1149"
5+
uri: "https://github.com/typelevel/kittens.git#f149479ff757efa834a63ac6ab92e928ac2f40f4"
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#ef9e74b7ded1d7a48440687296574addfcf6380d"
5+
uri: "https://github.com/lightbend-labs/lightbend-emoji.git#71b058e644bf63bb027c20f2a3d8c34d950798bf"
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#ef0cd1bc9da47f25b99cb209da3a32e48fc18071"
5+
uri: "https://github.com/ChristopherDavenport/log4cats.git#ed1873c228fe1bf9301fbb857270af2d871dab89"
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#3b1a73fb149fbdb4fe361bd3596d21de32bed9ef"
5+
uri: "https://github.com/softwaremill/macwire.git#4c1244dd904f73efac7599a1211dca38284b9ed6"
66

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

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#b9861993e54d40fc4917b149bde808fcfd0352f8"
5+
uri: "https://github.com/mockito/mockito-scala.git#85229714c07752a7c957390fa987982df5974fbc"
66

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

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#17b195ed38c5db19236a357937b906d15af02d1b"
5+
uri: "https://github.com/julien-truffaut/Monocle.git#b2c072e6dc1b48fff106d41606f9fd8a584acb04"
66

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

proj/mouse.conf

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

33
vars.proj.mouse: ${vars.base} {
44
name: "mouse"
5-
uri: "https://github.com/typelevel/mouse.git#917af1280db2ffebbb068189e65ee171ca2ef6de"
5+
uri: "https://github.com/typelevel/mouse.git#dfb95570737a4c6039ffdf1bbf938729d56ff34c"
66

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

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#61507c6c1707b1db61c38e09d83e66a24d1cc5d2"
5+
uri: "https://github.com/typelevel/munit-cats-effect.git#a251b4611273b3831aab89df4a755894d5671315"
66

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

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#75b708c21e186411290ab62e2f000946743fbd72"
5+
uri: "https://github.com/scalameta/munit.git#ec2ee68ee899407ca0fc845555efd42773880d90"
66

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

0 commit comments

Comments
 (0)