From d341928c6a91ca82f35804b96ed219a7c3fc7510 Mon Sep 17 00:00:00 2001 From: Eran Medan Date: Wed, 31 Jul 2013 12:22:40 -0400 Subject: added "libraryDependencies += " --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 88d6f59..cf10c38 100644 --- a/README.markdown +++ b/README.markdown @@ -18,7 +18,7 @@ If you use SBT you can include _spray-json_ in your project with ```scala resolvers += "spray" at "http://repo.spray.io/" -"io.spray" %% "spray-json" % "1.2.5" cross CrossVersion.full +libraryDependencies += "io.spray" %% "spray-json" % "1.2.5" cross CrossVersion.full ``` (the trailing "cross CrossVersion.full" modifier is only required when using SBT 0.12.x with Scala < 2.10) -- cgit v1.2.3