From d8fe5a9e8068c19c7d91289231260b3714e3a864 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 12 Oct 2020 12:54:15 +0200 Subject: [PATCH] Fix .scala-steward.conf syntax --- .scala-steward.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 4f00bf3247..c2ec593e7c 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -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