Skip to content

Commit 173145e

Browse files
committed
bump: scalacheck 1.18.1 (was 1.17.1)
1 parent 4049dca commit 173145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ object Dependencies {
205205
"org.apache.hadoop" % "hadoop-client" % "3.3.6" % Test exclude ("log4j", "log4j"), //Apache2
206206
"org.apache.hadoop" % "hadoop-common" % "3.3.6" % Test exclude ("log4j", "log4j"), //Apache2
207207
"com.sksamuel.avro4s" %% "avro4s-core" % "4.1.2" % Test,
208-
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
208+
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
209209
"org.specs2" %% "specs2-core" % "4.20.8" % Test, //MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
210210
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test // MIT like: http://www.slf4j.org/license.html
211211
)

0 commit comments

Comments
 (0)