File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ lazy val server = project
120
120
resolvers += Resolver .sonatypeRepo(" snapshots" ),
121
121
libraryDependencies ++= List (
122
122
" io.undertow" % " undertow-core" % " 2.0.30.Final" ,
123
- " org.slf4j" % " slf4j-api" % " 2.0.9 " ,
123
+ " org.slf4j" % " slf4j-api" % " 2.0.12 " ,
124
124
" org.jboss.xnio" % " xnio-nio" % " 3.8.0.Final" ,
125
125
" org.scalameta" % " semanticdb-scalac-core" % Version .scalameta cross CrossVersion .full,
126
126
(" org.scalameta" %% " mtags" % " 1.0.1" ).cross(CrossVersion .full)
@@ -359,7 +359,7 @@ lazy val tests = project
359
359
" org.scalatest" %% " scalatest" % " 3.2.7" ,
360
360
" org.scalacheck" %% " scalacheck" % " 1.17.0" ,
361
361
" org.seleniumhq.selenium" % " selenium-java" % " 4.9.1" % IntegrationTest ,
362
- " org.slf4j" % " slf4j-simple" % " 2.0.9 "
362
+ " org.slf4j" % " slf4j-simple" % " 2.0.12 "
363
363
),
364
364
(IntegrationTest / compile) := {
365
365
_root_.io.github.bonigarcia.wdm.WebDriverManager .chromedriver.setup()
You can’t perform that action at this time.
0 commit comments