Created
September 26, 2016 12:49
-
-
Save sammyrulez/7cd0aa8714c5867016209745e6969c30 to your computer and use it in GitHub Desktop.
disbled resolution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name := "noresolve" | |
version := "1.0" | |
scalaVersion := "2.11.8" | |
offline := true | |
updateOptions := updateOptions.value.withCachedResolution(true) | |
//skip in update := true | |
libraryDependencies += "org.scalamock" % "scalamock-scalatest-support_2.11" % "3.3.0" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment