Update scalatest to 3.1.4 and within 3.1 (#29503)
This commit is contained in:
parent
d866fa3f1a
commit
93fc7e9fa3
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue