We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678469f commit b140947Copy full SHA for b140947
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.18",
10
- "org.scalatest" %% "scalatest" % "3.2.18" % Test
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test
11
)
12
13
enablePlugins(JavaAppPackaging)
0 commit comments