We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98acc34 commit ad5107dCopy full SHA for ad5107d
build.sbt
@@ -74,7 +74,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
74
libraryDependencies ++= Seq(
75
// msgpack-core should have no external dependencies
76
junitInterface,
77
- "org.scalatest" %% "scalatest" % "3.2.7" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.8" % "test",
78
"org.scalacheck" %% "scalacheck" % "1.15.4" % "test",
79
"org.xerial" %% "xerial-core" % "3.6.0" % "test",
80
"org.msgpack" % "msgpack" % "0.6.12" % "test",
0 commit comments