mirror of https://github.com/sbt/sbt.git
Fix typo
This commit is contained in:
parent
ef13af2f0c
commit
1d06921038
|
|
@ -18,7 +18,7 @@ object CoursierSettings {
|
|||
}
|
||||
|
||||
def sonatypeRepository(name: String) = {
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
resolvers += Resolver.sonatypeRepo(name)
|
||||
}
|
||||
|
||||
lazy val localM2Repository = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue