File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414- Improved simple test to report all day success.
1515- Expose a read-only list of extractors to all users.
1616
17+ ### Fixed
18+ - typesafe now only offers https access
19+ [ #49 ] ( https://github.com/clowder-framework/clowder/issues/49 )
20+
1721## 1.10.1 - 2020-07-16
1822
1923### Fixed
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ object ApplicationBuild extends Build {
154154 resolvers += " Aduna" at " http://maven-us.nuxeo.org/nexus/content/repositories/public/" ,
155155 // resolvers += "Forth" at "http://139.91.183.63/repository",
156156 resolvers += " NCSA" at " https://opensource.ncsa.illinois.edu/nexus/content/repositories/thirdparty" ,
157+ resolvers += " Typesafe repository" at " https://repo.typesafe.com/typesafe/releases/" ,
157158
158159 // add custom folder to the classpath, use this to add/modify clowder:
159160 // custom/public/stylesheets/themes - for custom themes
Original file line number Diff line number Diff line change 22logLevel := Level .Warn
33
44// The Typesafe repository
5- resolvers += " Typesafe repository" at " http ://repo.typesafe.com/typesafe/releases/"
5+ resolvers += " Typesafe repository" at " https ://repo.typesafe.com/typesafe/releases/"
66
77// Use the Play sbt plugin for Play projects
88addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.2.6" )
You can’t perform that action at this time.
0 commit comments