We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0b748 commit 9e97ed2Copy full SHA for 9e97ed2
build.sbt
@@ -28,8 +28,8 @@ libraryDependencies ++= Seq(
28
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
29
"org.testng" % "testng" % "7.11.0" % Test,
30
"com.google.guava" % "guava" % "33.5.0-jre" % Test,
31
- "ch.qos.logback" % "logback-classic" % "1.5.17" % Test,
32
- "ch.qos.logback" % "logback-core" % "1.5.17" % Test
+ "ch.qos.logback" % "logback-classic" % "1.5.20" % Test,
+ "ch.qos.logback" % "logback-core" % "1.5.20" % Test
33
)
34
35
updateOptions := updateOptions.value.withGigahorse(false)
0 commit comments