From 6c9720cbbd19b71ca0e6f0dd08e1adb77b8d4cad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Sep 2026 03:37:34 +0000 Subject: [PATCH] Update scala3-library to 3.8.4 --- lib/test/src/cellar/IntegrationTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test/src/cellar/IntegrationTest.scala b/lib/test/src/cellar/IntegrationTest.scala index 4f8141c..faa5deb 100644 --- a/lib/test/src/cellar/IntegrationTest.scala +++ b/lib/test/src/cellar/IntegrationTest.scala @@ -16,7 +16,7 @@ class IntegrationTest extends CatsEffectSuite: // Must precede every `test(...)` below: those register bodies that capture `this`, // and -Wsafe-init rejects capturing a suite whose fields are not yet assigned. - private val scalaLibCoord = MavenCoordinate("org.scala-lang", "scala-library", "3.8.1") + private val scalaLibCoord = MavenCoordinate("org.scala-lang", "scala-library", "3.8.4") // ─── get subcommand ──────────────────────────────────────────────────────