Skip to content

Commit 8553bb1

Browse files
authored
Update scalatest from 3.2.11 to 3.2.12 (#76)
* Update scalatest from 3.2.11 to 3.2.12 * Update scalatest from 3.2.11 to 3.2.12
1 parent a09f1d9 commit 8553bb1

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.11",
1313
"net.codingwell" %% "scala-guice" % "5.1.0",
1414
"org.json4s" %% "json4s-native" % "4.0.5",
15-
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
15+
"org.scalatest" %% "scalatest" % "3.2.12" % "test",
1616
"com.typesafe.akka" %% "akka-http-testkit" % "10.2.9" % Test
1717
)

0 commit comments

Comments
 (0)