Skip to content

Commit

Permalink
Pin lib versions dependent on Akka (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smudgey authored Sep 12, 2022
1 parent 536e79e commit f0f5837
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Reference conf file -> https://github.com/scala-steward-org/scala-steward/blob/master/docs/repo-specific-configuration.md

updates.pin = [
# See https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka
{groupId = "com.typesafe.akka", artifactId = "akka-stream-kafka", version = "3.0."},
{groupId = "com.typesafe.akka", version = "2.6."},
{groupId = "io.kamon", artifactId = "kamon-akka", version = "2.6."}
]

# pullRequests.frequency allows to control how often or when Scala Steward
# is allowed to create pull requests.
pullRequests.frequency = "1 day"
Expand Down

0 comments on commit f0f5837

Please sign in to comment.