Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.2 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored Sep 23, 2022
1 parent 7198339 commit 0caaa35
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 @@ -106,7 +106,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.1",
"org.slf4j" % "slf4j-api" % "2.0.2",
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
("org.scalameta" %% "mtags" % "0.11.8").cross(CrossVersion.full)
Expand Down Expand Up @@ -345,7 +345,7 @@ lazy val tests = project
"org.scalatest" %% "scalatest" % "3.1.4",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.4.0" % IntegrationTest,
"org.slf4j" % "slf4j-simple" % "2.0.1"
"org.slf4j" % "slf4j-simple" % "2.0.2"
),
(IntegrationTest / compile) := {
_root_.io.github.bonigarcia.wdm.WebDriverManager.chromedriver.setup()
Expand Down

0 comments on commit 0caaa35

Please sign in to comment.