Skip to content

Commit 2d83228

Browse files
committed
Downgrade scalatest version due to a regression
1 parent ae1884d commit 2d83228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ object Dependencies {
6969
val sparkSql = "org.apache.spark" %% "spark-sql" % Version.spark
7070
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.13.0"
7171
val logging = "org.log4s" %% "log4s" % "1.8.2"
72-
val scalatest = "org.scalatest" %% "scalatest" % "3.2.1"
72+
val scalatest = "org.scalatest" %% "scalatest" % "3.2.0"
7373
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.3"
7474
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
7575
val jts = "org.locationtech.jts" % "jts-core" % "1.16.1"

0 commit comments

Comments
 (0)