Pin slf4j-api

This commit is contained in:
Eugene Yokota 2023-01-02 22:06:46 -05:00
parent 774d6be24f
commit d4556bd417
1 changed files with 3 additions and 0 deletions

3
.scala-steward.conf Normal file
View File

@ -0,0 +1,3 @@
updates.pin = [
{ groupId = "org.slf4j", artifactId="slf4j-api", version = "1." }
]