We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28804b8 commit 084f48bCopy full SHA for 084f48b
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.21" % Test,
32
- "ch.qos.logback" % "logback-core" % "1.5.21" % Test
+ "ch.qos.logback" % "logback-classic" % "1.5.22" % Test,
+ "ch.qos.logback" % "logback-core" % "1.5.22" % Test
33
)
34
35
updateOptions := updateOptions.value.withGigahorse(false)
0 commit comments