We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be0eb2 commit aff2b4eCopy full SHA for aff2b4e
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