From d9ff9e89f02959bed4ffd4fdfbd1d93c0ff0fb71 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 12 Mar 2015 20:13:25 +0800 Subject: better scrolling --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 58c61e8..c8de546 100644 --- a/build.sbt +++ b/build.sbt @@ -19,8 +19,8 @@ lazy val book = Project( base = file("book") ).settings(sharedSettings ++ scalatex.SbtPlugin.projectSettings:_*).settings( libraryDependencies ++= Seq( - "com.lihaoyi" %% "scalatags" % "0.4.5", - "com.lihaoyi" %%% "upickle" % "0.2.6", + "com.lihaoyi" %% "scalatags" % "0.4.6", + "com.lihaoyi" %%% "upickle" % "0.2.7", "com.lihaoyi" %% "scalatex-site" % "0.1.1", "com.lihaoyi" %% "ammonite" % "0.1.0" ), -- cgit v1.2.3