Skip to content

Commit

Permalink
Bump scala-graph dependency version to avoid scalacheck (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm authored Aug 30, 2018
1 parent 53de2ad commit be1748a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ configure(allProjs) {
avroVersion = '1.7.7'
sparkVersion = '2.2.1'
sparkAvroVersion = '4.0.0'
scalaGraphVersion = '1.11.2'
scalafmtVersion = '1.0.0-RC1'
scalaGraphVersion = '1.12.5'
scalafmtVersion = '1.5.1'
hadoopVersion = 'hadoop2'
scalajCollVersion = '0.1.2'
json4sVersion = '3.2.11' // matches Spark dependency version
Expand Down

0 comments on commit be1748a

Please sign in to comment.