We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3125261 + 28e6ba1 commit edf217eCopy full SHA for edf217e
1 file changed
build.sbt
@@ -27,7 +27,7 @@ libraryDependencies ++=
27
"com.github.ben-manes.caffeine" % "caffeine" % CaffeineVersion.value,
28
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
29
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided",
30
- "org.scalactic" %% "scalactic" % "3.2.19" % "test",
+ "org.scalactic" %% "scalactic" % "3.2.20" % "test",
31
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
32
)
33
0 commit comments