Skip to content

Commit 7453e9a

Browse files
Update scalatest to 3.2.19 (#189)
1 parent a02a52b commit 7453e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ lazy val core = project.
7777
"org.slf4j" % "slf4j-api" % "2.0.13",
7878
"org.slf4j" % "log4j-over-slf4j" % "2.0.13", // for any java classes looking for this
7979
"ch.qos.logback" % "logback-classic" % "1.3.11",
80-
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
80+
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
8181
),
8282
name := buildName + "-core",
8383
crossScalaVersions := Seq(scala212Version, scala213Version),

0 commit comments

Comments
 (0)