Skip to content

Commit 1901c8c

Browse files
authored
Merge pull request #107 from yokra9/update/scalatest-3.2.19
Update scalatest to 3.2.19
2 parents 0be0eb2 + aff2b4e commit 1901c8c

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

1313
enablePlugins(JavaAppPackaging)

0 commit comments

Comments
 (0)