Skip to content

Fix scala3-repl artifactId#302

Merged
tgodzik merged 1 commit intocoursier:mainfrom
xuwei-k:patch-1
Mar 9, 2026
Merged

Fix scala3-repl artifactId#302
tgodzik merged 1 commit intocoursier:mainfrom
xuwei-k:patch-1

Conversation

@xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented Mar 8, 2026

Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into it!

],
"dependencies": [
"org.scala-lang:scala3-compiler_3:latest.stable"
"org.scala-lang:scala3-repl_3:latest.stable"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add versionOverrides section something like:

  "versionOverrides": [
    {
      "versionRange": "[3.0.0,3.7.4]",
      "mainClass": "dotty.tools.repl.Main"
      "dependencies": [
        "org.scala-lang:scala-compiler:latest.stable"
      ]
    }
  ]

this way users will still be able to use older versions of repl

Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@tgodzik tgodzik merged commit 7fa2bbb into coursier:main Mar 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants