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