Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
https resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Sep 27, 2020
1 parent bb48da3 commit 7fce49e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -5,6 +5,8 @@ name := "scorex-core"
lazy val commonSettings = Seq(
scalaVersion := "2.12.10",
resolvers += Resolver.sonatypeRepo("public"),
resolvers += "Maven Central Server" at "https://repo1.maven.org/maven2",
resolvers += "Typesafe Server" at "https://repo.typesafe.com/typesafe/releases",
wartremoverErrors ++= Seq(
Wart.Recursion,
Wart.TraversableOps,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -2,7 +2,7 @@
logLevel := Level.Warn

// The Typesafe repository
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")

Expand Down

0 comments on commit 7fce49e

Please sign in to comment.