Skip to content

Commit

Permalink
Merge pull request #685 from danicheg/scala-steward
Browse files Browse the repository at this point in the history
Pin `slf4j` & `logback` updates
  • Loading branch information
danicheg committed Sep 3, 2022
2 parents 4f02ef3 + c343579 commit 240a0b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
updates.pin = [
# Pin to Scala 3.0
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "3.0." },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.0." },
{ groupId = "org.slf4j", artifactId = "slf4j-api", version = "1." },
{ groupId = "ch.qos.logback", artifactId = "logback-classic", version = "1.2." }
]

0 comments on commit 240a0b4

Please sign in to comment.