Skip to content

Commit

Permalink
pin to mockito 4 in .scala-steward.conf (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Apr 12, 2024
1 parent 89d7bc0 commit c3ecbcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# protobuf 4 is not well supported
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
# Mockito 5 requires Java 11+
{ groupId = "org.mockito", artifactId = "mockito-core", version = "4." }
]

updatePullRequests = "always"

0 comments on commit c3ecbcd

Please sign in to comment.