Skip to content

Instantly share code, notes, and snippets.

@sammyrulez
Created September 26, 2016 12:49
Show Gist options
  • Save sammyrulez/7cd0aa8714c5867016209745e6969c30 to your computer and use it in GitHub Desktop.
Save sammyrulez/7cd0aa8714c5867016209745e6969c30 to your computer and use it in GitHub Desktop.
disbled resolution
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