Skip to content

Commit

Permalink
Skip scoverage in scala steward (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed Jan 23, 2023
1 parent c74b52e commit 3aa27ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." }
]

# updates.ignore = [
# { groupId = "org.apache.spark", artifactId = "spark-sql", version = "3." }
# ]
updates.ignore = [
# Ignored because of spark 2.4 as there is no version for scala 2.11 on further versions
{ groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

commits.message = "ScalaSteward: Update ${artifactName} from ${currentVersion} to ${nextVersion}"

0 comments on commit 3aa27ad

Please sign in to comment.