Skip to content

Commit

Permalink
Update Ammonite to 2.5.5-17-df243e14 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Nov 15, 2022
1 parent 198d4e2 commit 438ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Deps {
def scala213 = "2.13.10"
}

private def ammoniteVersion = "2.5.5-16-8d71f4bb"
private def ammoniteVersion = "2.5.5-17-df243e14"
def ammoniteCompiler = ("com.lihaoyi" % "ammonite-compiler" % ammoniteVersion).cross(CrossVersion.full)
def ammoniteReplApi = ("com.lihaoyi" % "ammonite-repl-api" % ammoniteVersion).cross(CrossVersion.full)
def ammoniteRepl = ("com.lihaoyi" % "ammonite-repl" % ammoniteVersion).cross(CrossVersion.full)
Expand Down

0 comments on commit 438ff1c

Please sign in to comment.