-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependencies in .scala-steward.conf
- Loading branch information
1 parent
1f8dfac
commit de420b3
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
pullRequests.frequency = "@monthly" | ||
commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" | ||
|
||
updates.ignore = [ | ||
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }, | ||
{ groupId = "com.typesafe.akka" }, | ||
{ groupId = "com.lightbend.akka", artifactId = "akka-stream-alpakka-cassandra" } | ||
// upgrade only together with Alpakka Kafka | ||
{ groupId = "org.apache.kafka" } | ||
] | ||
|
||
updates.pin = [ | ||
# Pin logback to v1.3.x because v1.4.x needs JDK11 | ||
{ groupId = "ch.qos.logback", version="1.3." } | ||
|
||
# Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11 | ||
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info", version = "0.9." }, | ||
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." } | ||
|
||
{ groupId = "com.typesafe.slick" } | ||
|
||
{groupId = "com.fasterxml.jackson.core" } | ||
# Scala 3.3 is a LTS | ||
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } | ||
] | ||
|
||
updatePullRequests = false | ||
updatePullRequests = "always" |