Update scalatest to 3.1.4 and within 3.1 (#29503)

This commit is contained in:
Arnout Engelen 2020-10-05 17:33:37 +02:00 committed by GitHub
parent d866fa3f1a
commit 93fc7e9fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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