Skip to content

Commit

Permalink
Fix dependencies in .scala-steward.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 6, 2024
1 parent 1f8dfac commit de420b3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .scala-steward.conf
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"

0 comments on commit de420b3

Please sign in to comment.