We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b34161 commit 6db1d36Copy full SHA for 6db1d36
pom.xml
@@ -8,7 +8,7 @@
8
<repositories>
9
<repository>
10
<id>Akka repository</id>
11
- <url>http://repo.akka.io/releases</url>
+ <url>https://repo.akka.io/releases</url>
12
</repository>
13
14
<id>scala-tools</id>
@@ -20,11 +20,11 @@
20
21
22
<id>twitter</id>
23
- <url>http://maven.twttr.com/</url>
+ <url>https://maven.twttr.com/</url>
24
25
26
<id>central2</id>
27
- <url>http://central.maven.org/maven2/</url>
+ <url>https://central.maven.org/maven2/</url>
28
29
</repositories>
30
<dependencies>
0 commit comments