You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to resolve the "org.scala-lang" % "scala-partest" % "2.13.0-pre-68bad81" with scala-integration in the resolvers produces:
> partestSuite/testOnly -- --fastOpt --unknown
[info] Updating {file:/localhome/doeraene/projects/scalajs-0.6.x/}partest...
[info] Resolving org.scala-lang#scala-repl-frontend;2.13.0-pre-68bad81 ...
[info] Checking out Scala source version 2.13.0-pre-68bad81
[warn] module not found: org.scala-lang#scala-repl-frontend;2.13.0-pre-68bad81
[warn] ==== local: tried
[warn] /home/doeraene/.ivy2/local/org.scala-lang/scala-repl-frontend/2.13.0-pre-68bad81/ivys/ivy.xml
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/org/scala-lang/scala-repl-frontend/2.13.0-pre-68bad81/scala-repl-frontend-2.13.0-pre-68bad81.pom
[warn] ==== scala-integration: tried
[warn] https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/scala-repl-frontend/2.13.0-pre-68bad81/scala-repl-frontend-2.13.0-pre-68bad81.pom
[warn] ==== typesafe-ivy-releases: tried
[warn] https://repo.typesafe.com/typesafe/ivy-releases/org.scala-lang/scala-repl-frontend/2.13.0-pre-68bad81/ivys/ivy.xml
[info] Resolving org.scala-lang#scala-compiler-doc;2.13.0-pre-68bad81 ...
[warn] module not found: org.scala-lang#scala-compiler-doc;2.13.0-pre-68bad81
[warn] ==== local: tried
[warn] /home/doeraene/.ivy2/local/org.scala-lang/scala-compiler-doc/2.13.0-pre-68bad81/ivys/ivy.xml
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/org/scala-lang/scala-compiler-doc/2.13.0-pre-68bad81/scala-compiler-doc-2.13.0-pre-68bad81.pom
[warn] ==== scala-integration: tried
[warn] https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/scala-compiler-doc/2.13.0-pre-68bad81/scala-compiler-doc-2.13.0-pre-68bad81.pom
[warn] ==== typesafe-ivy-releases: tried
[warn] https://repo.typesafe.com/typesafe/ivy-releases/org.scala-lang/scala-compiler-doc/2.13.0-pre-68bad81/ivys/ivy.xml
[info] Resolving com.googlecode.json-simple#json-simple;1.1.1 ...
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.scala-lang#scala-repl-frontend;2.13.0-pre-68bad81: not found
[warn] :: org.scala-lang#scala-compiler-doc;2.13.0-pre-68bad81: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Unresolved dependencies path:
[warn] org.scala-lang:scala-repl-frontend:2.13.0-pre-68bad81
[warn] +- org.scala-lang:scala-partest:2.13.0-pre-68bad81 ((build.Build) Build.scala#L1798)
[warn] +- org.scala-js:scalajs-partest_2.13.0-pre-68bad81:0.6.23-SNAPSHOT ()
[warn] org.scala-lang:scala-compiler-doc:2.13.0-pre-68bad81
[warn] +- org.scala-lang:scala-partest:2.13.0-pre-68bad81 ((build.Build) Build.scala#L1798)
[warn] +- org.scala-js:scalajs-partest_2.13.0-pre-68bad81:0.6.23-SNAPSHOT ()
[trace] Stack trace suppressed: run last partest/*:update for the full output.
[error] (partest/*:update) sbt.ResolveException: unresolved dependency: org.scala-lang#scala-repl-frontend;2.13.0-pre-68bad81: not found
[error] unresolved dependency: org.scala-lang#scala-compiler-doc;2.13.0-pre-68bad81: not found
[error] Total time: 2 s, completed May 14, 2018 5:11:57 PM
Apparently the scala-partest artifact refers to scala-repl-frontend and scala-compiler-doc, which are not published to scala-integration.
This is not technically a blocker for Scala.js, but it prevents us from running the partest suite. Since we managed to run it to completion a few days ago, I'm not really worried about this, but eventually we'll need to enable partest again for 2.13.x
The text was updated successfully, but these errors were encountered:
Trying to resolve the
"org.scala-lang" % "scala-partest" % "2.13.0-pre-68bad81"
withscala-integration
in the resolvers produces:Apparently the
scala-partest
artifact refers toscala-repl-frontend
andscala-compiler-doc
, which are not published to scala-integration.This is not technically a blocker for Scala.js, but it prevents us from running the partest suite. Since we managed to run it to completion a few days ago, I'm not really worried about this, but eventually we'll need to enable partest again for 2.13.x
The text was updated successfully, but these errors were encountered: