Skip to content

Commit

Permalink
Update skafka to 17.1.2 (#678)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[com.evolutiongaming:skafka](https://github.com/evolution-gaming/skafka)
from `17.1.0` to `17.1.2`

📜 [GitHub Release
Notes](https://github.com/evolution-gaming/skafka/releases/tag/v17.1.2)
- [Version
Diff](evolution-gaming/skafka@v17.1.0...v17.1.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/ee1dbea86cd10033d5f25971ff9d9e3b17f159c3/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.evolutiongaming", artifactId = "skafka" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.evolutiongaming", artifactId = "skafka" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:early-semver, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 2f5f40c commit e9c73c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val random = "com.evolutiongaming" %% "random" % "1.0.0"
val retry = "com.evolutiongaming" %% "retry" % "3.0.1"
val sstream = "com.evolutiongaming" %% "sstream" % "1.0.1"
val skafka = "com.evolutiongaming" %% "skafka" % "17.1.0"
val skafka = "com.evolutiongaming" %% "skafka" % "17.1.2"
val `akka-test-actor` = "com.evolutiongaming" %% "akka-test-actor" % "0.1.0"
val scache = "com.evolution" %% "scache" % "5.0.0"
val `resource-pool` = "com.evolution" %% "resource-pool" % "1.0.4"
Expand Down

0 comments on commit e9c73c2

Please sign in to comment.