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

Hopefully a future version of 2.13 will resolve scala/bug#13128. When that happens, we should revisit the patch range: https://github.com/typelevel/sbt-typelevel/blob/17a4562a1daf521b33876f84a290d86556f49bf0/settings/src/main/scala/org/typelevel/sbt/TypelevelSettingsPlugin.scala#L211-L214

Related to https://github.com/scala/scala3/issues/22890 Since 3.7.0 we've discovered cases in the ecosystem where 2 different versions of `scala3-library` where present on the classpath. Previously it was not an issue, as these...

Created a new types - `Workflow`: Represents an entire workflow file, like `ci.yml` and `clean.yml` - `Secrets`: How secrets in a job should be handled by called workflows. - `WorkflowTrigger`:...

site
mergify
ci
github-actions

## About this PR šŸ“¦ Updates [com.github.sbt:sbt-unidoc](https://github.com/sbt/sbt-unidoc) from `0.5.0` to `0.6.0` šŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt-unidoc/releases/tag/v0.6.0) - [Version Diff](https://github.com/sbt/sbt-unidoc/compare/v0.5.0...v0.6.0) ## Usage āœ… **Please merge!** I'll automatically update this PR to resolve...

sonatype

One might argue that users can use `githubWorkflowPublishCond` to prevent publishing from forked repos. Sure, but I’m confident this condition should be the default. Adding it manually to the build...

ci
github-actions
docs

## About this PR šŸ“¦ Updates org.yaml:snakeyaml from `1.33` to `2.5` ## Usage āœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

github-actions

I want to define this trigger in my workflow: ```yaml on: push: branches: - main pull_request: types: [synchronize, opened, reopened] ``` Which will run a build on my main branch,...

Scala 3.7 flags more unused implicit and explicit values as warnings. In some cases, this is intended on our part and we will need to annotate them with the `@nowarn`...

Is there a way to set `tlVersionIntroduced` for a subproject in a multi-project build? My use case is that I'm adding a new subproject to a multi-project, which causes `versionPolicyFindDependencyIssues`...