Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Apr 17, 2024
1 parent b34842c commit 04e7954
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 @@ -120,7 +120,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.9",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
("org.scalameta" %% "mtags" % "1.0.1").cross(CrossVersion.full)
Expand Down Expand Up @@ -359,7 +359,7 @@ lazy val tests = project
"org.scalatest" %% "scalatest" % "3.2.7",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.9.1" % IntegrationTest,
"org.slf4j" % "slf4j-simple" % "2.0.9"
"org.slf4j" % "slf4j-simple" % "2.0.13"
),
(IntegrationTest / compile) := {
_root_.io.github.bonigarcia.wdm.WebDriverManager.chromedriver.setup()
Expand Down

0 comments on commit 04e7954

Please sign in to comment.