0

I am new to Scala, I have downloaded sbt 1.x into Windows, and configured necessary system variable.

In our organization, nexus is being used as repository URL. When I launch sbt 1st time , it fails as it's not able to connect default repository url. Please provide me necessary steps to be taken to point to my client nexus repository.

I tried from documentation, but it didn't solve my issue.

halfer
  • 19,824
  • 17
  • 99
  • 186
Vinit
  • 11
  • 2

1 Answers1

0

Add the nexus url (and some name) to sbt.boot.properties as described here (section [repositories]).

Christian
  • 4,543
  • 1
  • 22
  • 31