#ScalaSteward 0.22.0 released! 🤖
Highlights of this release are support for #Forgejo by yaroot and support for assignees and reviewers by Daniil Leontiev.
Here is an example PR of the Forgejo support on @Codeberg: https://codeberg.org/fthomas/test-repo-3/pulls/1
Many thanks to all contributors!
Release notes: https://github.com/scala-steward-org/scala-steward/releases/tag/v0.22.0
#scalasteward #forgejo #typelevel #scala
Just turned #ScalaSteward into a BSP client by leveraging bsp4j which makes it really easy and pleasant. to use. This is all very much WIP, but it can now talk to Mill and retrieve Java dependencies via BSP: https://github.com/scala-steward-org/scala-steward/issues/2640#issuecomment-1407006961
#ScalaSteward 0.21.0 released! 🤖
Highlights of this release are:
* new version-scheme label that shows the value of the info.versionScheme POM property
* support for #ScalaCLI projects
* release notes / changelog / version diff detection for private repos
Many thanks to all contributors!
Release notes: https://github.com/scala-steward-org/scala-steward/releases/tag/v0.21.0
#scalasteward #scalacli #typelevel #scala
Started working on supporting #ScalaCLI projects in #ScalaSteward. My current WIP PR https://github.com/scala-steward-org/scala-steward/pull/2933 uses scala-cli's export command to export the scala-cli build to sbt and then uses the already existing sbt support to retrieve dependencies. It feels a bit hacky but works. 😀