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

Commit

Permalink
Merge branch 'master' into parse_in_synchronizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Sep 27, 2020
2 parents 69975ec + ac24a65 commit 960e8db
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 960e8db

Please sign in to comment.