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
automatic scala-major-version resolution for scalac plugins does not work when scala-library defined as in dependesies like implementation "org.scala-lang:scala-library:2.11.12
compile configuration is kind of deprecated, so I would expect more and more projects use implementation
The text was updated successfully, but these errors were encountered:
automatic scala-major-version resolution for scalac plugins does not work when scala-library defined as in dependesies like
implementation "org.scala-lang:scala-library:2.11.12
compile
configuration is kind of deprecated, so I would expect more and more projects useimplementation
The text was updated successfully, but these errors were encountered: