rtimush / sbt-updates

sbt plugin that can check Maven and Ivy repositories for dependency updates
BSD 3-Clause "New" or "Revised" License
761 stars 55 forks source link

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

Open a4z opened 1 year ago

a4z commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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