mirror of https://github.com/sbt/sbt.git
Fix mvn-local test.
This commit is contained in:
parent
755f792262
commit
2057d5cf29
|
|
@ -5,7 +5,7 @@ def commonSettings: Seq[Def.Setting[_]] =
|
|||
scalaVersion := "2.10.4",
|
||||
organization in ThisBuild := "org.example",
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue