Skip to content

Commit 5872014

Browse files
committed
Merge pull request tototoshi#47 from Henoc/feature/scalatest2.2.4
update scalatest version
2 parents 75c39f9 + 25bfe87 commit 5872014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object ScalaCSVProject extends Build {
1414
crossScalaVersions := Seq("2.11.6", "2.10.4"),
1515
organization := "com.github.tototoshi",
1616
libraryDependencies ++= Seq(
17-
"org.scalatest" %% "scalatest" % "2.1.3" % "test",
17+
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
1818
"org.scalacheck" %% "scalacheck" % "1.11.4" % "test"
1919
),
2020
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)