Skip to content

Commit

Permalink
Update ammonite-spark to 0.14.0-RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 30, 2023
1 parent 4899b03 commit 9d17955
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 @@ -41,7 +41,7 @@ object Deps {
if (sv.startsWith("2.")) ivy"sh.almond.tmp.ammonite:ammonite-repl-api_$sv:${Versions.ammonite}"
else
ivy"sh.almond.tmp.ammonite:ammonite-cross-$sv-repl-api_${ScalaVersions.cross2_3Version(sv)}:${Versions.ammonite}"
def ammoniteSpark = ivy"sh.almond::ammonite-spark:0.14.0-RC7"
def ammoniteSpark = ivy"sh.almond::ammonite-spark:0.14.0-RC8"
def caseAppAnnotations = ivy"com.github.alexarchambault::case-app-annotations:${Versions.caseApp}"
def caseApp = ivy"com.github.alexarchambault::case-app:${Versions.caseApp}"
def classPathUtil = ivy"io.get-coursier::class-path-util:0.1.4"
Expand Down

0 comments on commit 9d17955

Please sign in to comment.