From 93fc7e9fa3135e7c4796450c94cf6d15ed429dfc Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 5 Oct 2020 17:33:37 +0200 Subject: [PATCH] Update scalatest to 3.1.4 and within 3.1 (#29503) --- .scala-steward.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 5d73734dca..2c7ae71b23 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -8,7 +8,6 @@ updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }, - { groupId = "org.scalatest", artifactId = "scalatest" }, { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" }, { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" }, { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }, @@ -23,4 +22,8 @@ updates.ignore = [ { groupId = "org.mockito", artifactId = "mockito-core" } ] +updates.pin [ + { groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }, +] + updatePullRequests = false