Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Aug 9, 2024
1 parent fc9fbc9 commit 935cdd1
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 @@ -121,7 +121,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.13",
"org.slf4j" % "slf4j-api" % "2.0.15",
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
("org.scalameta" %% "mtags" % Version.mtags).cross(CrossVersion.full)
Expand Down Expand Up @@ -360,7 +360,7 @@ lazy val tests = project
"org.scalatest" %% "scalatest" % "3.2.19",
"org.scalacheck" %% "scalacheck" % "1.18.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.23.0" % IntegrationTest,
"org.slf4j" % "slf4j-simple" % "2.0.13"
"org.slf4j" % "slf4j-simple" % "2.0.15"
),
(IntegrationTest / compile) := {
_root_.io.github.bonigarcia.wdm.WebDriverManager.chromedriver.setup()
Expand Down

0 comments on commit 935cdd1

Please sign in to comment.