Skip to content

Commit

Permalink
Using HTTPS enabled sbt repo URL for dependency resolution (linkedin#583
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ShubhamGupta29 authored and pralabhkumar committed May 31, 2019
1 parent 4a7e873 commit 20fb8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Option(System.getProperty("play.version")).getOrElse("2.2.2"))
Expand Down

0 comments on commit 20fb8d2

Please sign in to comment.