Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ lazy val examples = (project in file("examples"))
// ./repl/amm --refresh (force classpath rebuild after code changes)
// Ammonite version must match the project's Scala version (3.3.7).
// Check https://github.com/com-lihaoyi/Ammonite/releases for compatible versions.
val ammVersion = "3.0.8"
val ammVersion = "3.0.9"
val exportReplClasspath = taskKey[File]("Export repl classpath to repl/.classpath for use by the amm shell script")

lazy val repl = (project in file("repl"))
Expand Down
Loading