Skip to content

Commit

Permalink
Update ammonite-spark to 0.13.8 (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 17, 2023
1 parent 44e5014 commit e89b62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Deps {
if (sv.startsWith("2.")) ivy"com.lihaoyi:ammonite-repl-api_$sv:${Versions.ammonite}"
else
ivy"com.lihaoyi:ammonite-cross-$sv-repl-api_${ScalaVersions.cross2_3Version(sv)}:${Versions.ammonite}"
def ammoniteSpark = ivy"sh.almond::ammonite-spark:0.13.7"
def ammoniteSpark = ivy"sh.almond::ammonite-spark:0.13.8"
def caseAppAnnotations = ivy"com.github.alexarchambault::case-app-annotations:${Versions.caseApp}"
def caseApp = ivy"com.github.alexarchambault::case-app:${Versions.caseApp}"
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.9.0"
Expand Down

0 comments on commit e89b62f

Please sign in to comment.