We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678469f + fba9adf commit 0be0eb2Copy full SHA for 0be0eb2
build.sbt
@@ -6,7 +6,7 @@ libraryDependencies ++= Seq(
6
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
7
"com.typesafe.akka" %% "akka-http" % "10.2.10",
8
"ch.qos.logback" % "logback-classic" % "1.5.6",
9
- "org.scalactic" %% "scalactic" % "3.2.18",
+ "org.scalactic" %% "scalactic" % "3.2.19",
10
"org.scalatest" %% "scalatest" % "3.2.18" % Test
11
)
12
0 commit comments