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

Commit

Permalink
Use https version of Sonatype OSS Snapshots (closes #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeindykiewicz authored and chuwy committed Mar 9, 2021
1 parent 0646f31 commit f8e911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val root = project.in(file("."))
.settings(
resolvers ++= Seq(
"Snowplow bintray" at "https://snowplow.bintray.com/snowplow-maven",
"Sonatype OSS Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
),
libraryDependencies ++= Seq(
Dependencies.igluClient,
Expand Down

0 comments on commit f8e911e

Please sign in to comment.