Skip to content

Commit af641e2

Browse files
xuwei-kmuuki88
authored andcommitted
update scalatest 3.0.3
1 parent 896965e commit af641e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
1313
// these dependencies have to be explicitly added by the user
1414
"com.spotify" % "docker-client" % "3.5.13" % "provided",
1515
"org.vafer" % "jdeb" % "1.3" % "provided" artifacts (Artifact("jdeb", "jar", "jar")),
16-
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
16+
"org.scalatest" %% "scalatest" % "3.0.3" % "test"
1717
)
1818

1919
// configure github page

0 commit comments

Comments
 (0)