eugene yokota

Results 705 comments of eugene yokota

I've forwarded this issue to https://github.com/lumidion/sonatype-central-client/issues/18

It's working as intended - https://www.scala-sbt.org/1.x/docs/Library-Management.html#Overriding+a+version > Note: this is an Ivy-only feature and will not be included in a published pom.xml.

Perhaps of your interest - https://github.com/sbt/sbt/issues/4531 - https://github.com/scalacenter/advisoryboard/pull/168

Sorry I misunderstood the bug report. I thought you were saying it doesn't work on Maven.

Put another way, it seems like the problem is that sbt currently does not recompile, and your expectation is that it does. Please follow the template next time.

I wonder if the problem is using `packageBin`. Could you try something like: ```scala lazy val core = (project in file("core")) .dependsOn(pluginProj % Configurations.CompilerPlugin) ``` ?

Feature request says: > If you have new ideas about sbt or an open-ended discussion, please use https://github.com/sbt/sbt/discussions instead of posting them to the issue tracker, which we use to...

I've been making releases by creating tags and making Rust releases, but I didn't know that npm was one of the bindings tree-sitter-scala has made releases.

It looks like @maxbrunsfeld and @queerviolet maintain the npm package https://www.npmjs.com/package/tree-sitter-scala. I don't know the system works, but if they could add me, I'd be happy to try publishing for...

Here's a PR that cherry picks release automation - https://github.com/tree-sitter/tree-sitter-scala/pull/408