Update .scala-steward.conf to remove old pinning (#519)

This commit is contained in:
PJ Fanning 2023-07-31 20:09:25 +01:00 committed by GitHub
parent da4bb16229
commit 617ca6a444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,5 @@
pullRequests.frequency = "@monthly"
updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core", version = "2.11." }
]
updates.ignore = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }