Skip to content

Commit b8f9b70

Browse files
authored
Merge pull request #67 from techmonad/update/scalatest-3.2.11
Update scalatest to 3.2.11
2 parents 8a64b31 + 29b178a commit b8f9b70

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
@@ -12,6 +12,6 @@ libraryDependencies ++= Seq(
1212
"ch.qos.logback" % "logback-classic" % "1.2.10",
1313
"net.codingwell" %% "scala-guice" % "5.0.2",
1414
"org.json4s" %% "json4s-native" % "4.0.4",
15-
"org.scalatest" %% "scalatest" % "3.2.9" % "test",
15+
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
1616
"com.typesafe.akka" %% "akka-http-testkit" % "10.2.8" % Test
1717
)

0 commit comments

Comments
 (0)