optics-dev / Monocle

Optics library for Scala

Home Page:https://www.optics.dev/Monocle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the organisation to optics.dev

julien-truffaut opened this issue · comments

A few people asked me if we are going to update the organisation name. Monocle 3 is definitely the best time to do it.

I haven't created a sonatype account for ages, I am not sure what the process is. If anyone has links or would like to pick up the task, that would be awesome!

If you created a new Sonatype account, it might be using their new domain s01.oss.sonatype.org. So you need to specify this in the build.sbt:

sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

@armanbilge Cheers, I tried that but it seems that it doesn't update the publication. Maybe I need to put those settings somewhere else?
https://github.com/optics-dev/Monocle/blob/master/build.sbt#L14-L15

Fixed thanks