Skip to content

Commit

Permalink
Merge pull request #1884 from ChristopherDavenport/revertSlf4j
Browse files Browse the repository at this point in the history
Revert Slf4j 2.x
  • Loading branch information
jatcwang authored Jun 20, 2023
2 parents 518139d + a696524 commit aed03ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ lazy val specs2Version = "4.20.0"
lazy val scala212Version = "2.12.18"
lazy val scala213Version = "2.13.11"
lazy val scala3Version = "3.3.0"
lazy val slf4jVersion = "2.0.7"
// scala-steward:off
lazy val slf4jVersion = "1.7.36"
// scala-steward:on
lazy val weaverVersion = "0.8.3"

// Basic versioning and publishing stuff
Expand Down

0 comments on commit aed03ca

Please sign in to comment.