We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894a182 commit f931cf5Copy full SHA for f931cf5
build.sbt
@@ -38,7 +38,7 @@ lazy val core = (
38
"org.slf4j" % "slf4j-api" % "2.0.7",
39
"org.slf4j" % "log4j-over-slf4j" % "2.0.7", // for any java classes looking for this
40
"ch.qos.logback" % "logback-classic" % "1.4.8",
41
- "org.scalatest" %% "scalatest" % "3.2.16" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.17" % Test,
42
),
43
name := buildName + "-core",
44
headerLicense := Some(HeaderLicense.Custom("Copyright (C) Lightbend Inc. <https://www.lightbend.com>")),
0 commit comments