From 82070443e0e8fdb87400df31fc7674308c82086c Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Thu, 14 Jul 2011 09:34:12 +1200 Subject: [PATCH] Update multi-jvm plugin --- project/plugins/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins/build.sbt b/project/plugins/build.sbt index 7e787bb85d..a5d9739061 100644 --- a/project/plugins/build.sbt +++ b/project/plugins/build.sbt @@ -1,4 +1,4 @@ resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/" -libraryDependencies += "com.typesafe" %% "sbt-multi-jvm" % "0.1" +libraryDependencies += "com.typesafe" %% "sbt-multi-jvm" % "0.1.1"