diff --git a/README.md b/README.md index 213e3b99..34e0d416 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ credentials += Credentials( "" ) -libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.1.0" +libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.2.0" ``` `` is the Personal Access Token with the permission to read packages. diff --git a/site/docs/getting_started/add_sbt_dependency.md b/site/docs/getting_started/add_sbt_dependency.md index a071422f..d7fe732f 100644 --- a/site/docs/getting_started/add_sbt_dependency.md +++ b/site/docs/getting_started/add_sbt_dependency.md @@ -13,7 +13,7 @@ credentials += Credentials( "" ) -libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.1.0" +libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.2.0" ``` `` is the Personal Access Token with the permission to read packages.