Fix .scala-steward.conf syntax

This commit is contained in:
Arnout Engelen 2020-10-12 12:54:15 +02:00
parent 3a03fd5f39
commit d8fe5a9e80
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -1,6 +1,7 @@
pullRequests.frequency = "@monthly"
updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." },
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.10." }
]
@ -23,8 +24,4 @@ updates.ignore = [
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
]
updates.pin [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." },
]
updatePullRequests = false