Skip to content

Commit 84b0c41

Browse files
author
Steve Salas
committed
Fix path to Add Anolis.Resourcer-0.9.zip
1 parent c9e2aad commit 84b0c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Distributor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ object Distributor extends BuildExtra {
102102
.to { _ / "distrib-dependencies" / "common" / "jetty" }
103103

104104
object tools {
105-
val resourcer = Dependency("resourcer", "0.9", "https://github.com/codedx/codepulse/blob/master/tools/Anolis.Resourcer-0.9.zip") // from https://codeplexarchive.blob.core.windows.net/archive/projects/anolis/anolis.zip, releases/0/69c6e9d4-07aa-414b-9a5d-4a22572423d9
105+
val resourcer = Dependency("resourcer", "0.9", "https://github.com/codedx/codepulse/raw/master/tools/Anolis.Resourcer-0.9.zip") // from https://codeplexarchive.blob.core.windows.net/archive/projects/anolis/anolis.zip, releases/0/69c6e9d4-07aa-414b-9a5d-4a22572423d9
106106
.extractAsZip { identity }
107107
.to { _ / "tools" / "resourcer" }
108108
}

0 commit comments

Comments
 (0)