Skip to content

Commit 0be0eb2

Browse files
authored
Merge pull request #106 from yokra9/update/scalactic-3.2.19
Update scalactic to 3.2.19
2 parents 678469f + fba9adf commit 0be0eb2

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
@@ -6,7 +6,7 @@ libraryDependencies ++= Seq(
66
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
77
"com.typesafe.akka" %% "akka-http" % "10.2.10",
88
"ch.qos.logback" % "logback-classic" % "1.5.6",
9-
"org.scalactic" %% "scalactic" % "3.2.18",
9+
"org.scalactic" %% "scalactic" % "3.2.19",
1010
"org.scalatest" %% "scalatest" % "3.2.18" % Test
1111
)
1212

0 commit comments

Comments
 (0)