-
Notifications
You must be signed in to change notification settings - Fork 15
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
Adopt sbt-typelevel #208
Adopt sbt-typelevel #208
Conversation
Still depends on a snapshot. Not ready for primetime, even if green. |
222652f
to
12df1a6
Compare
build.sbt
Outdated
"3.0.0-RC1" -> "1.0.0", | ||
"3.0.0-RC2" -> "1.0.1", | ||
"3.0.0-RC3" -> "1.1.3" | ||
), | ||
homepage := Some(url("https://github.com/typelevel/case-insensitive")), |
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.
This is set automatically too btw.
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.
True, but it should probably be https://typelevel.org/case-insensitive/.
build.sbt
Outdated
githubWorkflowTargetTags ++= Seq("v*"), | ||
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))), |
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.
As are these.
We lost the Sonatype variable declarations. Do we not need those? |
Co-authored-by: Arman Bilge <armanbilge@gmail.com>
Well, looks like it worked! |
No description provided.