Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sbt-updates plugin for scala 2.13.x available #371

Open
a4z opened this issue Nov 11, 2023 · 3 comments
Open

No sbt-updates plugin for scala 2.13.x available #371

a4z opened this issue Nov 11, 2023 · 3 comments

Comments

@a4z
Copy link

a4z commented Nov 11, 2023

Hi,

I just wanted to add this plugin to a project.

But it seems sbt-updates is unavailable for scala 2.13.x, the latest scala 2 version.

Are there any plans to release a version for scala 2.13?

@SethTisue
Copy link

SethTisue commented Nov 13, 2023

sbt 1 uses Scala 2.12 for all build definitions and plugins. (sbt 2 will use Scala 3.)

Your own code can use any version of Scala it wants — that's orthogonal.

(Did you attempt to add the plugin to your project and something went wrong? If so, we'll need to know what steps you followed and what symptoms resulted.)

@a4z
Copy link
Author

a4z commented Nov 13, 2023

I am not a scala expert, not even beginner, so I miss some details
my sbt file says ThisBuild / scalaVersion := "2.12.18"

I was under the impression that this is what my program uses,
Since I never installed any scala, just sbt.
And if I update this to 2.13.12 some plugins could not be found.
The error message says it's looking for a download with 2.13.x in the name.

I guess I missed some information that average scala developers have?

@SethTisue
Copy link

SethTisue commented Nov 13, 2023

https://scala-lang.org/community and https://www.scala-sbt.org/community.html#how-can-I-get-help have suggestions on places to look for help on basics of sbt and Scala usage

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

No branches or pull requests

2 participants