Skip to content

sbt 2#263

Open
xuwei-k wants to merge 1 commit into
scalacenter:mainfrom
xuwei-k:sbt-2
Open

sbt 2#263
xuwei-k wants to merge 1 commit into
scalacenter:mainfrom
xuwei-k:sbt-2

Conversation

@xuwei-k
Copy link
Copy Markdown
Contributor

@xuwei-k xuwei-k commented May 15, 2026

No description provided.

@xuwei-k xuwei-k marked this pull request as ready for review May 15, 2026 01:13
Comment thread build.sbt
("io.get-coursier" %% "versions" % "0.5.3").cross(CrossVersion.for3Use2_13),
"com.lihaoyi" %% "ujson" % "3.1.4", // FIXME shade
"com.eed3si9n.verify" %% "verify" % "2.0.1" % Test,
"com.eed3si9n.verify" %% "verify" % "1.0.0" % Test,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

curious why the downgrade?

Comment thread build.sbt
libraryDependencies ++= Seq(
"io.get-coursier" % "interface" % "1.0.28",
"io.get-coursier" %% "versions" % "0.5.3",
("io.get-coursier" %% "versions" % "0.5.3").cross(CrossVersion.for3Use2_13),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

for3Use_213 always makes me a little nervous — is there a ticket requesting a Scala 3 version?

import sbt.librarymanagement.{DependencyResolution, ScalaModuleInfo, UpdateConfiguration, UnresolvedWarningConfiguration}

trait SbtVersionPolicyInternalKeys {
@transient
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

what does this do?

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