diff --git a/build.sbt b/build.sbt index 8fa2e7c..364c762 100644 --- a/build.sbt +++ b/build.sbt @@ -27,10 +27,7 @@ lazy val commonSettings = Seq( headerSources / excludeFilter := HiddenFileFilter, // Use cached resolution of dependencies // http://www.scala-sbt.org/0.13/docs/Cached-Resolution.html - updateOptions := updateOptions.in(Global).value.withCachedResolution(true), - resolvers ++= Seq(Resolver.mavenLocal), - resolvers ++= Resolver.sonatypeOssRepos("snapshots"), - resolvers ++= Resolver.sonatypeOssRepos("releases") + updateOptions := updateOptions.in(Global).value.withCachedResolution(true) ) lazy val buildSettings = Seq( @@ -138,7 +135,7 @@ lazy val root = (project in file(".")) "com.typesafe" % "config" % "1.4.2", // Utilities "com.google.guava" % "guava" % "32.1.3-jre", - "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2", + "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2", "commons-io" % "commons-io" % "2.11.0", "org.apache.commons" % "commons-text" % "1.11.0", // Required while we are on Scala 2.12. diff --git a/project/plugins.sbt b/project/plugins.sbt index f557dc5..c54f944 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") -resolvers += "RAW Labs GitHub Packages" at "https://maven.pkg.github.com/raw-labs/sbt-module-patcher" +resolvers += "RAW Labs GitHub Packages" at "https://maven.pkg.github.com/raw-labs/_" ThisBuild / credentials += Credentials( "GitHub Package Registry",