Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/test/src/cellar/IntegrationTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 ──────────────────────────────────────────────────────

Expand Down