alexarchambault on 1.6.3
alexarchambault on master
1.6.3 (compare)
lihaoyi on gh-pages
5ad9ae5538f23cab92ccd8c6b1617d8… (compare)
alexarchambault on master
Partly revert 84d48542 (#923) … (compare)
❯ cs complete org.typelevel:cats-effect_3:
2.5.1
3.1.1
3.2.0
scala-utils
plugin, right inside Neovim
cs launch com.lihaoyi:ammonite_2.13.4:2.1.4 ammonite.Main -- script.sc
$ cs launch com.lihaoyi:ammonite_2.13.0:2.1.4 -M ammonite.Main
Loading...
Failed to resolve ivy dependencies:Error downloading org.typelevel:cats-core_2.13:2.13.0
not found: /Users/jesse.atkinson/.ivy2/local/org.typelevel/cats-core_2.13/2.13.0/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/org/typelevel/cats-core_2.13/2.13.0/cats-core_2.13-2.13.0.pom
Error downloading io.catbird:catbird-finagle_2.13:2.12.0
not found: /Users/jesse.atkinson/.ivy2/local/io.catbird/catbird-finagle_2.13/2.12.0/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/io/catbird/catbird-finagle_2.13/2.12.0/catbird-finagle_2.13-2.12.0.pom
Error downloading org.typelevel:cats-effect_2.13:2.13.0
not found: /Users/jesse.atkinson/.ivy2/local/org.typelevel/cats-effect_2.13/2.13.0/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/org/typelevel/cats-effect_2.13/2.13.0/cats-effect_2.13-2.13.0.pom
cs complete org.typelevel:cats-core_2.13:
cs complete org.typelevel:cats-core
and that's how I got 2.13. Didn't realize I needed to specify that bit to see what versions are available for scala 2.13.
:
, so your completion should have given you any artifact that starts with cats-core
including the cross endings of _2.13
etc. If you want the specific version of scala specified, then always make sure to use the full org:artifact_withscalversion:
cs complete org.typelevel:cats-core_2.13:
for the 2.13 artifacts and cs complete org.typelevel:cats-core_3:
for the Scala 3 artifacts
java.lang.BootstrapMethodError: java.lang.NoSuchMethodError: scala.collection.immutable.List.$anonfun$flatMap$1$adapted(Lscala/runtime/BooleanRef;Lscala/runtime/ObjectRef;Lscala/runtime/ObjectRef;Ljava/lang/Object;)Ljava/lang/Object;
scala.tools.nsc.PhaseAssembly$DependencyGraph.compilerPhaseList(PhaseAssembly.scala:101)
scala.tools.nsc.PhaseAssembly.computePhaseAssembly(PhaseAssembly.scala:230)