Skip to content

Commit

Permalink
Fix typos in build.sbt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Mar 31, 2022
1 parent 08a9623 commit a931f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ val catsVersion = "2.7.0"
val shapelessVersion = "2.3.3" // to be compatible with Spark 3.1.x
val scalaTestVersion = "3.2.11"
val geomesaVersion = "3.3.0"
val geotrellisVersion = "3.6.1+1-e4aeec2a-SNAPSHOT"
val geotrellisVersion = "3.6.1+4-8f67fcfb-SNAPSHOT"

// GT depends on Shapeless 2.3.7
// To maintain better compat with Spark 3.1.x and DataBricks 9.1 we won't to depend on Shapeless 2.3.3
// GeoTrellis depends on Shapeless 2.3.7
// To maintain better compat with Spark 3.1.x and DataBricks 9.1 we need to depend on Shapeless 2.3.3
val excludedDependencies = List(
ExclusionRule("com.chuusai", "shapeless_2.12"),
ExclusionRule("com.chuusai", "shapeless_2.13")
Expand Down

0 comments on commit a931f97

Please sign in to comment.