scalacenter / scastie

An interactive playground for Scala
https://scastie.scala-lang.org
Apache License 2.0
433 stars 103 forks source link

Minor/major updates #1005

Closed scala-center-steward[bot] closed 8 months ago

scala-center-steward[bot] commented 8 months ago

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers The following files still refer to the old version numbers. You might want to review and update them manually. ``` .github/workflows/test.yml project/SbtShared.scala yarn.lock ```
⚙ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "io.sentry", artifactId = "sentry-logback" }, { groupId = "org.apache.commons", artifactId = "commons-text" }, { groupId = "org.http4s", artifactId = "http4s-circe" }, { groupId = "org.http4s", artifactId = "http4s-dsl" }, { groupId = "org.http4s", artifactId = "http4s-ember-client" }, { groupId = "org.http4s", artifactId = "http4s-ember-server" }, { groupId = "org.mongodb.scala", artifactId = "mongo-scala-driver" }, { groupId = "org.scala-js", artifactId = "sbt-scalajs" }, { groupId = "org.scala-js", artifactId = "scalajs-compiler" }, { groupId = "org.scala-js", artifactId = "scalajs-dom" }, { groupId = "org.scala-js", artifactId = "scalajs-library" }, { groupId = "org.scala-js", artifactId = "scalajs-test-bridge" }, { groupId = "org.scalameta", artifactId = "metals" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.sentry", artifactId = "sentry-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.commons", artifactId = "commons-text" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-circe" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-dsl" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-ember-client" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-ember-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.mongodb.scala", artifactId = "mongo-scala-driver" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "sbt-scalajs" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-compiler" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-dom" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-test-bridge" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "metals" } } ] ```

labels: library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-minor, semver-spec-patch, version-scheme:early-semver, version-scheme:semver-spec, version-scheme:strict, old-version-remains, commit-count:n:9