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

[2.x] use ClassTag instead of deprecated scala.reflect.Manifest #373

Open
xuwei-k opened this issue Oct 4, 2024 · 1 comment
Open

[2.x] use ClassTag instead of deprecated scala.reflect.Manifest #373

xuwei-k opened this issue Oct 4, 2024 · 1 comment
Assignees
Milestone

Comments

@xuwei-k
Copy link
Member

xuwei-k commented Oct 4, 2024

import scala.reflect.{ Manifest => SManifest }

I think we should replace to ClassTag before sbt 2.0 final release. But maybe it break binary compatibility.

This repo does not have separate branches for sbt 1.x and 2.x. create new branch? or create src/main/scala-3 and then change only Scala 3 sources?

@eed3si9n
Copy link
Member

eed3si9n commented Oct 4, 2024

Currently io is same for both sbt 1.x and 2.x but we could branch to develop and 1.x branch like other repos? /cc @adpi2

@adpi2 adpi2 changed the title use ClassTag instead of deprecated scala.reflect.Manifest [2.x] use ClassTag instead of deprecated scala.reflect.Manifest Oct 7, 2024
@adpi2 adpi2 added this to the 2.0.0 milestone Oct 7, 2024
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

3 participants