Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 26, 2019
1 parent 36b41da commit c774447
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 @@ -170,7 +170,7 @@ object amm extends Cross[MainModule](fullCrossScalaVersions:_*){
def moduleDeps = Seq(ops(), amm.util(), interp.api(), amm.repl.api())
def crossFullScalaVersion = true
def ivyDeps = Agg(
ivy"com.lihaoyi::upickle:0.9.5",
ivy"com.lihaoyi::upickle:0.9.6",
ivy"com.lihaoyi::requests:0.4.6"
)
}
Expand Down
2 changes: 1 addition & 1 deletion readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@


@sect{Changelog}
@sect{1.9.9}
@sect{2.0.0}
@ul
@li
Bump PPrint to 0.5.7, FastParse to 2.2.2, uPickle to 0.9.6
Expand Down

0 comments on commit c774447

Please sign in to comment.