Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 27, 2019
1 parent c774447 commit 337b0b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ object amm extends Cross[MainModule](fullCrossScalaVersions:_*){
def crossFullScalaVersion = true
def ivyDeps = Agg(
ivy"com.lihaoyi::upickle:0.9.6",
ivy"com.lihaoyi::requests:0.4.6"
ivy"com.lihaoyi::requests:0.4.7"
)
}

Expand Down
4 changes: 2 additions & 2 deletions readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@


@sect{Changelog}
@sect{2.0.0}
@sect{2.0.1}
@ul
@li
Bump PPrint to 0.5.7, FastParse to 2.2.2, uPickle to 0.9.6
Bump PPrint to 0.5.7, FastParse to 2.2.2, uPickle to 0.9.6, Requests to 0.4.7

@sect{1.9.1}
@ul
Expand Down

0 comments on commit 337b0b2

Please sign in to comment.