Skip to content

Commit

Permalink
change groupId, update README version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 18, 2024
1 parent a2c8bb8 commit af74072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Argonaut is licenced under BSD3 (see `LICENCE`). See more at [http://argonaut.io
### Documentation

* [User Docs](http://argonaut.io/doc/)
* [Scala Docs](https://javadoc.io/doc/io.argonaut/argonaut_2.13/latest/index.html)
* [Scala Docs](https://javadoc.io/doc/io.github.argonaut-io/argonaut_2.13/latest/index.html)
* [Examples](https://github.com/argonaut-io/argonaut/tree/master/argonaut/shared/src/test/scala/argonaut/example)


Expand All @@ -24,7 +24,7 @@ Just add argonaut as a dependency.
Stable:

```scala
libraryDependencies += "io.argonaut" %% "argonaut" % "6.3.9"
libraryDependencies += "io.github.argonaut-io" %% "argonaut" % "6.3.11"
```

Note that the 6.2.x releases supports scala `2.11.*`, `2.12.*` and `2.13.*` with scalaz `7.2.*`.
Expand Down
2 changes: 1 addition & 1 deletion project/PublishSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object PublishSettings {
licenses := Seq("BSD-3-Clause" -> url("http://www.opensource.org/licenses/BSD-3-Clause")),
homepage := Some(url("https://github.com/argonaut-io/argonaut")),
autoAPIMappings := true,
apiURL := Some(url("https://javadoc.io/doc/io.argonaut/argonaut_2.13/latest/argonaut/index.html"))
apiURL := Some(url("https://javadoc.io/doc/io.github.argonaut-io/argonaut_2.13/latest/argonaut/index.html"))
)

lazy val pom: Sett =
Expand Down

0 comments on commit af74072

Please sign in to comment.