Skip to content

Commit b2d84d9

Browse files
Update scalatest to 3.2.14
1 parent 445dd16 commit b2d84d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
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.4.0",
99
"org.scalactic" %% "scalactic" % "3.2.14",
10-
"org.scalatest" %% "scalatest" % "3.2.13" % Test
10+
"org.scalatest" %% "scalatest" % "3.2.14" % Test
1111
)
1212

1313
enablePlugins(JavaAppPackaging)
@@ -25,4 +25,4 @@ ThisBuild / assemblyMergeStrategy := {
2525
case x =>
2626
val oldStrategy = (assembly / assemblyMergeStrategy).value
2727
oldStrategy(x)
28-
}
28+
}

0 commit comments

Comments
 (0)