sbt-typelevel icon indicating copy to clipboard operation
sbt-typelevel copied to clipboard

Let sbt work for you.

Results 116 sbt-typelevel issues
Sort by recently updated
recently updated
newest added

To track the changes relevant to sbt-typelevel-site. - [ ] https://github.com/planet42/Laika/pull/269 - [ ] https://github.com/planet42/Laika/pull/270 - [ ] https://github.com/planet42/Laika/issues/259 - [ ] https://github.com/planet42/Laika/issues/264 - [ ] https://github.com/planet42/Laika/issues/285 - [ ]...

enhancement

Updates [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml/src) from 1.30 to 1.31. [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/ReleaseNotes.md) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/ReleaseNotes.markdown) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/ReleaseNotes.rst) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/RELEASES.md) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/RELEASES.markdown) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/RELEASES.rst) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Releases.md) - [Release Notes](https://bitbucket.org/snakeyaml/snakeyaml/src/master/Releases.markdown) -...

github-actions

Nobody takes 0.0.x seriously, and it's annoying. _Technically_ a breaking change so better to target at 0.5.0.

enhancement
good first issue

I put a dogfood test for this inside the site plugin. ``` [error] .../sbt-typelevel/site/src/main/scala/org/typelevel/sbt/site/TypelevelHeliumExtensions.scala:47:3: Could not find any member to link for "java.net.URL". [error] /** [error] ^ [error] one error...

bug
settings

And not the value of `tlJDKRelease`. This means if you publish a release for jDK 8 from a modern JVM the scaladocs will link to new JDK Javadocs https://github.com/typelevel/sbt-typelevel/blob/195bfa5aa5509f3ed0d9434253bb4584a018a74c/settings/src/main/scala/org/typelevel/sbt/TypelevelSettingsPlugin.scala#L294-L314

bug
help wanted
good first issue
settings

Lots of people are adding this their Github CI scripts: ``` # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token # permissions: contents: read ```

enhancement
github-actions

`tlJdkRelease` effectively sets the minimum JDK you can use in CI. We can adjust this automatically in the sbt-typelevel super plugin since it depends on both the settings plugin and...

enhancement
help wanted
good first issue
core

... and into `GitHub` plugin.

bug
github
settings

~~Two~~ Three things to consider: - cache all deps, not just sbt deps - be robust to different ci jobs that may download different deps (e.g., jvm vs js vs...

enhancement
help wanted