spotify / featran

A Scala feature transformation library for data science and machine learning
https://spotify.github.io/featran
Apache License 2.0
466 stars 68 forks source link

Update sbt-ghpages to 0.7.0 #664

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

Updates com.typesafe.sbt:sbt-ghpages from 0.6.3 to 0.7.0.

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 file.

Have a fantastic day writing Scala!

Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.typesafe.sbt", artifactId = "sbt-ghpages" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-ghpages" } }] ```

labels: sbt-plugin-update, early-semver-major, semver-spec-minor, commit-count:1