Skip to content

Commit ad5107d

Browse files
Update scalatest to 3.2.8 (#564)
1 parent 98acc34 commit ad5107d

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
@@ -74,7 +74,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
7474
libraryDependencies ++= Seq(
7575
// msgpack-core should have no external dependencies
7676
junitInterface,
77-
"org.scalatest" %% "scalatest" % "3.2.7" % "test",
77+
"org.scalatest" %% "scalatest" % "3.2.8" % "test",
7878
"org.scalacheck" %% "scalacheck" % "1.15.4" % "test",
7979
"org.xerial" %% "xerial-core" % "3.6.0" % "test",
8080
"org.msgpack" % "msgpack" % "0.6.12" % "test",

0 commit comments

Comments
 (0)