Skip to content

Commit

Permalink
Update Ammonite to 2.5.5 (#2069)
Browse files Browse the repository at this point in the history
Pulll request: #2069
  • Loading branch information
lefou authored Oct 18, 2022
1 parent 2104790 commit 9c88d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object Deps {
}

val acyclic = ivy"com.lihaoyi::acyclic:0.2.1"
val ammoniteVersion = "2.5.4-33-0af04a5b"
val ammoniteVersion = "2.5.5"
val ammonite = ivy"com.lihaoyi:::ammonite:${ammoniteVersion}"
val ammoniteTerminal = ivy"com.lihaoyi::ammonite-terminal:${ammoniteVersion}"
// Exclude trees here to force the version of we have defined. We use this
Expand Down

0 comments on commit 9c88d85

Please sign in to comment.