Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.7 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored Jun 8, 2023
1 parent 87b3f30 commit 0080aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ lazy val server = project
resolvers += Resolver.sonatypeRepo("snapshots"),
libraryDependencies ++= List(
"io.undertow" % "undertow-core" % "2.0.30.Final",
"org.slf4j" % "slf4j-api" % "2.0.3",
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
("org.scalameta" %% "mtags" % "0.11.12").cross(CrossVersion.full)
Expand Down Expand Up @@ -365,7 +365,7 @@ lazy val tests = project
"org.scalatest" %% "scalatest" % "3.1.4",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.9.0" % IntegrationTest,
"org.slf4j" % "slf4j-simple" % "2.0.3"
"org.slf4j" % "slf4j-simple" % "2.0.7"
),
(IntegrationTest / compile) := {
_root_.io.github.bonigarcia.wdm.WebDriverManager.chromedriver.setup()
Expand Down

0 comments on commit 0080aea

Please sign in to comment.