Skip to content

Commit

Permalink
Merge pull request #330 from scalacenter/slf4j
Browse files Browse the repository at this point in the history
don't force slf4j 2
  • Loading branch information
bjaglin committed Jan 2, 2023
2 parents f9971d0 + f414886 commit 588642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ object Dependencies {
val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,
"io.get-coursier" % "interface" % "1.0.12"
"io.get-coursier" % "interface" % "1.0.9"
)
}

0 comments on commit 588642d

Please sign in to comment.