We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dae56 commit 1d911beCopy full SHA for 1d911be
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
PLAY_VERSION: 1.5.3
26
run: |
27
- wget -nv http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
+ wget -nv https://nexus.sismics.com/repository/sismics/play-${PLAY_VERSION}.zip
28
unzip -q play-${PLAY_VERSION}.zip
29
play-${PLAY_VERSION}/play deps --sync
30
wget https://repo1.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar -P lib
0 commit comments