Tags: slick/slick
Tags
Update dependency sbt/sbt to v1.10.10 (#3132) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sbt/sbt](https://redirect.github.com/sbt/sbt) | patch | `1.10.9` -> `1.10.10` | --- ### Release Notes <details> <summary>sbt/sbt (sbt/sbt)</summary> ### [`v1.10.10`](https://redirect.github.com/sbt/sbt/releases/tag/v1.10.10): 1.10.10 [Compare Source](https://redirect.github.com/sbt/sbt/compare/v1.10.9...v1.10.10) #### 🐛 bug fixes - fix: Fixes compilation error causing the compilation to retry ten times by [@​eed3si9n](https://redirect.github.com/eed3si9n) in [https://github.com/sbt/sbt/pull/8054](https://redirect.github.com/sbt/sbt/pull/8054) **Full Changelog**: sbt/sbt@v1.10.9...v1.10.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/slick/slick). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update sbt-sonatype to 3.11.1 (#2983) ## About this PR 📦 Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.11.0` to `3.11.1` 📜 [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.11.1) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](xerial/sbt-sonatype@v3.11.0...v3.11.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/8193b2d399bf677bb347b7934048dd2462ceed58/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup>
Update paradox-theme-generic, sbt-paradox to 0.10.7 (#2919) ## About this PR 📦 Updates * [com.lightbend.paradox:paradox-theme-generic](https://github.com/lightbend/paradox) * [com.lightbend.paradox:sbt-paradox](https://github.com/lightbend/paradox) from `0.10.6` to `0.10.7` 📜 [GitHub Release Notes](https://github.com/lightbend/paradox/releases/tag/v0.10.7) - [Version Diff](lightbend/paradox@v0.10.6...v0.10.7) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/5419e3328aad397758ea38b85075fa54051060c3/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.lightbend.paradox" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lightbend.paradox" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-patch, commit-count:1 </sup>
Update scala-compiler, scala-library to 2.12.19 (#2900) ## About this PR 📦 Updates * [org.scala-lang:scala-compiler](https://github.com/scala/scala) * [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.18` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](scala/scala@v2.12.18...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ad54620e03939f4541efe0d5b0443c9154cec8c/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup>
Only run inliner in CI (#2889) The Scala 2 inliner can cause issues when developing locally due to incremental compilation, i.e. from https://docs.scala-lang.org/overviews/compiler-options/optimizer.html#in-brief > Don’t enable the optimizer during development: it breaks incremental compilation, and it makes the compiler slower. Only enable it for testing, on CI, and to build releases. This PR only enables the inliner in CI and also prints a log statement statement that its enabled to make it clear.
Update sbt to 1.9.2 (#2757) ## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.1` to `1.9.2` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.2) - [Version Diff](sbt/sbt@v1.9.1...v1.9.2) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-sbt", artifactId = "sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1 </sup>
PreviousNext