Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unresolved dependency org.scala-lang:scala3-library_3.0.0:3.0

Tags:

scala

sbt

scala-3

I have a scala 3.0.0-RC1 project that I'm trying to upgrade to scala 3.0.0.
I set the sbt version to 1.5.2 and scalaVersion := "3.0.0" but got this error:

[warn] Note: Unresolved dependencies path:
[error] sbt.librarymanagement.ResolveException: Error downloading org.scala-lang:scala3-library_3.0.0:3.0.
like image 841
insan-e Avatar asked May 22 '21 17:05

insan-e


1 Answers

You need to remove sbt-dotty plugin from your project/plugins.sbt.

like image 158
insan-e Avatar answered Oct 23 '22 21:10

insan-e