“Insecure HTTP request is unsupported” Error in Scala
问题 I am getting the following error when attempting to run sbt run to run my Scala code: insecure HTTP request is unsupported 'http://repo.typesafe.com/typesafe/releases'; switch to HTTPS or opt-in as ("typesafe-releases" at "http://repo.typesafe.com/typesafe/releases").withAllowInsecureProtocol(true), or by using allowInsecureProtocol in repositories file This is strange because it was working perfectly fine last week and I have changed nothing in the code. I have tried adding ("typesafe