-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update sbt to 1.7.1 #195
Update sbt to 1.7.1 #195
Conversation
|
Since sbt 1.7.0 "a concrete version such as ++ 3.0.1 requires exact version to be present in crossScalaVersion" - see release notes here: https://github.com/sbt/sbt/releases/tag/v1.7.0 |
3cc23dd
to
29c5cd8
Compare
Current error: And that's why the error occurs - it is connected to https://github.com/VirtusLab/akka-serialization-helper/blob/main/build.sbt#L116 - where after invoking And this is for sbt 1.7.x - for 1.6.x builds - |
The solution for mentioned error (
has been replaced by
|
scalaVersionAxis.value.map { | ||
case "2.13" => Seq(scalaReflect % scalaVersion213) | ||
case "2.12" => | ||
CrossVersion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks neat indeed!
Updates org.scala-sbt:sbt from 1.6.2 to 1.7.1.
GitHub Release Notes - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency:
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1