Skip to content

Commit

Permalink
bump Ammonite version
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 19, 2018
1 parent 497f044 commit 2752dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object main extends MillModule {

def ivyDeps = Agg(
// Keep synchronized with ammonite in Versions.scala
ivy"com.lihaoyi:::ammonite:1.5.0",
ivy"com.lihaoyi:::ammonite:1.6.0",
// Necessary so we can share the JNA classes throughout the build process
ivy"net.java.dev.jna:jna:4.5.0",
ivy"net.java.dev.jna:jna-platform:4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion scalalib/src/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package mill.scalalib

object Versions {
// Keep synchronized with ammonite dependency in core in build.sc
val ammonite = "1.5.0"
val ammonite = "1.6.0"
// Keep synchronized with zinc dependency in scalalib.worker in build.sc
val zinc = "1.2.5"
}

0 comments on commit 2752dcf

Please sign in to comment.