Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit ccc126a

Browse files
authored
Set httpS for artima releases for bbb-web dev
1 parent 956a4d4 commit ccc126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-02-14-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ vi ~/.sbt/1.0/global.sbt
365365
Add the following into it
366366

367367
```scala
368-
resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"
368+
resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases"
369369
updateOptions := updateOptions.value.withCachedResolution(true)
370370
```
371371

0 commit comments

Comments
 (0)