Skip to content

Commit

Permalink
Update scalatest to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Feb 23, 2020
1 parent 48b4462 commit 447c389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ libraryDependencies ++= Seq(
"com.github.mpilquist" %% "simulacrum" % "0.19.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.scalatest" %% "scalatest" % "3.1.0" % "test",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
"com.typesafe.play" %% "play-json" % "2.8.1",
"com.typesafe.play" %% "play-functional" % "2.8.1",
"de.heikoseeberger" %% "akka-http-play-json" % "1.30.0",
Expand Down

0 comments on commit 447c389

Please sign in to comment.