From dcf1c3372b21b6c85a316cb0783421ea35f193dd Mon Sep 17 00:00:00 2001 From: hrj Date: Fri, 10 Apr 2015 17:57:17 +0530 Subject: futher updated the deps --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index cb031ee..6fe54d2 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val root = project.in(file(".")).settings(defaultSettings:_*).settings( name := "workbench", version := "0.2.3", organization := "com.lihaoyi", - scalaVersion := "2.10.4", + scalaVersion := "2.10.5", sbtPlugin := true, publishArtifact in Test := false, publishTo := Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"), @@ -49,8 +49,8 @@ lazy val root = project.in(file(".")).settings(defaultSettings:_*).settings( "io.spray" % "spray-routing" % "1.3.1", "com.typesafe.akka" %% "akka-actor" % "2.3.9", "org.scala-lang.modules" %% "scala-async" % "0.9.3" % "provided", - "com.lihaoyi" %% "autowire" % "0.2.4", - "com.lihaoyi" %% "upickle" % "0.2.6" + "com.lihaoyi" %% "autowire" % "0.2.5", + "com.lihaoyi" %% "upickle" % "0.2.8" ), resolvers += "bintray/non" at "http://dl.bintray.com/non/maven" ) -- cgit v1.2.3