Fix mvn-local test.

This commit is contained in:
Josh Suereth 2015-07-14 11:24:25 -04:00
parent 755f792262
commit 2057d5cf29
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ def commonSettings: Seq[Def.Setting[_]] =
scalaVersion := "2.10.4", scalaVersion := "2.10.4",
organization in ThisBuild := "org.example", organization in ThisBuild := "org.example",
version in ThisBuild := "1.0-SNAPSHOT", version in ThisBuild := "1.0-SNAPSHOT",
resolvers += Resolver.file("old-local", file(sys.props("user.home") + "/.ivy2/local")) resolvers += Resolver.file("old-local", file(sys.props("user.home") + "/.ivy2/local"))(Resolver.ivyStylePatterns)
) )
lazy val main = project. lazy val main = project.