From 617ca6a4446c20ab924bd697d13dae55285693fd Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 31 Jul 2023 20:09:25 +0100 Subject: [PATCH] Update .scala-steward.conf to remove old pinning (#519) --- .scala-steward.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 3070aaa00c..dd02ce828f 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -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" }