Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 254 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 254 Bytes

FIrst I created a credentials file in ~/.sbt/lomaven.credentials:

realm=Lo Pub Maven
host=learningobjects.jfrog.io
user=merlin
password=ABCD1234

Then I published scalactic and scalatest:

sbt
> ; scalactic/publish ; scalatest/publish