neelsmith / greek

Utilities in Scala for working with polytonic ancient Greek.
https://neelsmith.github.io/greek/
2 stars 3 forks source link

Need to add resolver to build.sbt for others to use! #36

Closed Eumaeus closed 5 years ago

Eumaeus commented 5 years ago

Add:

resolvers += Resolver.bintrayRepo("neelsmith", "maven"),

After line 22 of build.sbt.

neelsmith commented 5 years ago

This is published to jcenter, and should be usable with adding individual repo.

Please reopen if you have issues doing that.