Jodiug
Jodiug

Reputation: 6073

Unrecognized repository Scala Plugin Bundled Repository

When creating a fresh Scala SBT project in IntelliJ, I get this warning on sbt reload:

[warn] Unrecognized repository Scala Plugin Bundled Repository, ignoring it

I am aware that it is only a warning. What does it mean, and how do I resolve it?

SBT version 1.6.2, Scala version 2.12.16.

Upvotes: 4

Views: 2202

Answers (4)

Dmitrii N
Dmitrii N

Reputation: 360

Note, the issue is fixed in version 2023.3

Upvotes: 0

Alin Gabriel Arhip
Alin Gabriel Arhip

Reputation: 2638

This warning usually means there are some leftovers from a previous Scala plugin update which didn't finish successfully. Trying to update or reinstall your Scala plugin should fix the issue. Trying to change your Scala version might also make it go away.

In the end it's a harmless warning; if it does not causes any issue in your program, you can forget about it.

Upvotes: 5

MaMo
MaMo

Reputation: 21

"Repair IDE" in IntelliJ's File menu fixed it for me

Upvotes: 2

Suma
Suma

Reputation: 34413

I have the same warning for quite some time, I have no idea what it means and I ignore it. without experiencing any adverse effects in my project.

Upvotes: 0

Related Questions