raquo / Airstream

State propagation and event streams with mandatory ownership and no glitches
MIT License
245 stars 28 forks source link

contrib: can't find dep com.dwijnand:sbt-dynver #126

Closed doofin closed 1 month ago

doofin commented 1 month ago

Hi I got this while try to do sbt compile, it's weired that I didn't find this dep in plugins.sbt

[error] sbt.librarymanagement.ResolveException: Error downloading com.dwijnand:sbt-dynver;sbtVersion=1.0;scalaVersion=2.12:4.1.1

raquo commented 1 month ago

sbt-dynver plugin is a dependency of sbt-ci-release that we use.

Does the error persist? Does the error output have any more details like the URLs that SBT tried to download?

On Tue., Jul. 23, 2024, 11:24 a.m. Eason du, @.***> wrote:

Hi I got this while try to do sbt compile, it's weired that I didn't find this dep in plugins.sbt

[error] sbt.librarymanagement.ResolveException: Error downloading com.dwijnand:sbt-dynver;sbtVersion=1.0;scalaVersion=2.12:4.1.1

— Reply to this email directly, view it on GitHub https://github.com/raquo/Airstream/issues/126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAECBMFD3LO65X4O2ECHIHTZN2NXPAVCNFSM6AAAAABLK6ZTM2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDKOBTHAZDCNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

doofin commented 1 month ago

more details: download error: Caught javax.net.ssl.SSLHandshakeException (PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target) while downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.dwijnand/sbt-dynver/scala_2.12/sbt_1.0/4.1.1/ivys/ivy.xml download error: Caught javax.net.ssl.SSLHandshakeException (PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target) while downloading https://repo.typesafe.com/typesafe/ivy-releases/com.dwijnand/sbt-dynver/scala_2.12/sbt_1.0/4.1.1/ivys/ivy.xml

raquo commented 1 month ago

Seems like a problem with your network configuration, specifically, that your computer does not trust https://pki.goog/ which is who issued the SSL certificate of https://repo.scala-sbt.org. I can access both of these URLs fine from here.

doofin commented 1 month ago

thanks, seems like firewall issues