Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.9.x] sbt-akka-version-check 0.3 (was 0.2) #12649

Conversation

scala-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates com.markatta:sbt-akka-version-check from 0.2 to 0.3

πŸ“œ GitHub Release Notes - Version Diff

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

Have a fantastic day writing Scala!

πŸ” Files still referring to the old version number

The following files still refer to the old version number (0.2).
You might want to review and update them manually.

.github/scala-steward.conf
.github/workflows/build-test.yml
core/play-integration-test/src/test/scala/play/it/http/IdleTimeoutSpec.scala
core/play-integration-test/src/test/scala/play/it/server/ServerReloadingSpec.scala
core/play/src/main/java/play/libs/reflect/MemberUtils.java
core/play/src/main/scala/play/core/formatters/Multipart.scala
core/play/src/test/scala/play/api/data/format/FormatSpec.scala
core/play/src/test/scala/play/api/data/validation/ValidationSpec.scala
core/play/src/test/scala/play/api/http/AcceptEncodingSpec.scala
core/play/src/test/scala/play/api/http/MediaRangeSpec.scala
core/play/src/test/scala/play/utils/UriEncodingSpec.scala
dev-mode/sbt-plugin/src/main/scala/play/sbt/Play.scala
dev-mode/sbt-plugin/src/main/scala/play/sbt/PlaySettings.scala
documentation/manual/General.md
documentation/manual/releases/Scala3Migration.md
documentation/manual/releases/release22/Migration22.md
documentation/manual/releases/release29/Highlights29.md
documentation/manual/releases/release29/migration29/Migration29.md
documentation/manual/tutorial/HelloWorldTutorial.md
documentation/manual/working/commonGuide/configuration/SettingsAkkaHttp.md
documentation/manual/working/commonGuide/server/AkkaHttpServer.md
documentation/manual/working/commonGuide/server/Server.md
documentation/manual/working/commonGuide/shutdown/Shutdown.md
documentation/manual/working/javaGuide/main/akka/JavaAkka.md
documentation/manual/working/javaGuide/main/akka/code/javaguide.akkaupdate.sbt
documentation/manual/working/scalaGuide/main/akka/ScalaAkka.md
documentation/manual/working/scalaGuide/main/akka/code/scalaguide.akkaupdate.sbt
documentation/manual/working/scalaGuide/main/forms/images/lifecycle.xml
documentation/manual/working/scalaGuide/main/http/ScalaBodyParsers.md
documentation/manual/working/scalaGuide/main/ws/ScalaWS.md
documentation/style/main.css
project/Dependencies.scala
project/Docs.scala
project/plugins.sbt
transport/server/play-server/src/test/scala/play/core/server/common/ForwardedHeaderHandlerSpec.scala
web/play-filters-helpers/src/test/scala/play/filters/ip/IPFilterSpec.scala
βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.markatta", artifactId = "sbt-akka-version-check" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.markatta", artifactId = "sbt-akka-version-check" }
}]
labels: sbt-plugin-update, old-version-remains, commit-count:1

@mergify mergify bot added the type:updates label May 23, 2024
@mkurz mkurz merged commit 7f9e51f into playframework:2.9.x May 24, 2024
25 checks passed
@mkurz mkurz added this to the 2.9.4 milestone Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants