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 86a0571 commit 4594eb5
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,32 +1,15 @@
updates.ignore = [
{ groupId = "com.typesafe", artifactId = "ssl-config-core" },

{ groupId = "com.typesafe.akka", artifactId = "akka-actor" },
{ groupId = "com.typesafe.akka", artifactId = "akka-actor-typed" },
{ groupId = "com.typesafe.akka", artifactId = "akka-discovery" },
{ groupId = "com.typesafe.akka", artifactId = "akka-slf4j" },
{ groupId = "com.typesafe.akka", artifactId = "akka-stream" },
{ groupId = "com.typesafe.akka", artifactId = "akka-stream-testkit" },
{ groupId = "com.typesafe.akka", artifactId = "akka-testkit" },
{ groupId = "com.typesafe.akka", artifactId = "akka-multi-node-testkit" },

{ groupId = "com.typesafe.akka", artifactId = "akka-http" },
{ groupId = "com.typesafe.akka", artifactId = "akka-http-core" },

# https://github.com/akka/akka-grpc/issues/1631
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
]

updates.pin = [

# https://github.com/akka/akka-grpc/issues/1506
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." },

# https://github.com/akka/akka-grpc/issues/1661
{ groupId = "org.slf4j", artifactId = "slf4j-api", version = "1." }
# logback 1.3 and 1.4 would bump sfl4j to 2.0.0
# http://mailman.qos.ch/pipermail/announce/2022/000177.html
{ groupId = "ch.qos.logback", artifactId = "logback-classic", version = "1.2." }
# 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." }

# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
]

0 comments on commit 4594eb5

Please sign in to comment.