Skip to content

Commit 240a0b4

Browse files
authored
Merge pull request #685 from danicheg/scala-steward
Pin `slf4j` & `logback` updates
2 parents 4f02ef3 + c343579 commit 240a0b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.scala-steward.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
updates.pin = [
2-
# Pin to Scala 3.0
3-
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "3.0." },
4-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.0." },
2+
{ groupId = "org.slf4j", artifactId = "slf4j-api", version = "1." },
3+
{ groupId = "ch.qos.logback", artifactId = "logback-classic", version = "1.2." }
54
]

0 commit comments

Comments
 (0)