aName
aName

Reputation: 3043

what is the sbt repository

I'm getting started with scala word (coming from java)
I'm trying to find some dependencies to add to my build.sbt, however, I cannot find an sbt repository (like mvn repo ), I tried this one but It doesn't work,

Upvotes: 0

Views: 99

Answers (1)

bumblebee
bumblebee

Reputation: 1841

You can find sbt dependencies in maven repository itself. If there is a sbt dependency available for a given library or pacakge, then it will be mentioned like this under the SBT tab.

Upvotes: 2

Related Questions