Skip to content

Commit

Permalink
Update ammonite, ammonite-terminal to 2.5.3 (#1840)
Browse files Browse the repository at this point in the history
Pull request: #1840
  • Loading branch information
scala-steward committed Apr 19, 2022
1 parent 6a206be commit 61698d6
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 @@ -82,7 +82,7 @@ object Deps {
}

val acyclic = ivy"com.lihaoyi::acyclic:0.2.1"
val ammoniteVersion = "2.5.2"
val ammoniteVersion = "2.5.3"
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 61698d6

Please sign in to comment.