Skip to content

Commit a49c283

Browse files
committed
update to latest scalatest
1 parent d37c67b commit a49c283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libraryDependencies ++= Seq(
1515
"org.scala-lang" % "scala-reflect" % scalaVersion.value
1616
)
1717

18-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % "test"
18+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.9" % "test"
1919

2020
libraryDependencies += "com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile"
2121

0 commit comments

Comments
 (0)