Skip to content

Commit f931cf5

Browse files
Update scalatest to 3.2.17 (#139)
1 parent 894a182 commit f931cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy val core = (
3838
"org.slf4j" % "slf4j-api" % "2.0.7",
3939
"org.slf4j" % "log4j-over-slf4j" % "2.0.7", // for any java classes looking for this
4040
"ch.qos.logback" % "logback-classic" % "1.4.8",
41-
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
41+
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
4242
),
4343
name := buildName + "-core",
4444
headerLicense := Some(HeaderLicense.Custom("Copyright (C) Lightbend Inc. <https://www.lightbend.com>")),

0 commit comments

Comments
 (0)