Skip to content

Commit

Permalink
chore: remove pins for slf4j and logback (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers authored Sep 25, 2024
1 parent 102313a commit 62de2a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@ updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.2." },

# 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 = "2.0." }
{ groupId = "ch.qos.logback", artifactId = "logback-classic", version = "1.5." }
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." }
]

0 comments on commit 62de2a6

Please # to comment.