Skip to content

Commit

Permalink
Merge pull request #185 from teamclairvoyant/staging
Browse files Browse the repository at this point in the history
Upgrading version to 3.2.0
  • Loading branch information
rahulbhatia023 authored Jan 31, 2024
2 parents 57c60f1 + ec5840c commit 6c269cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ credentials += Credentials(
"<github_token>"
)

libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.1.0"
libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.2.0"
```

`<github_token>` is the Personal Access Token with the permission to read packages.
Expand Down
2 changes: 1 addition & 1 deletion site/docs/getting_started/add_sbt_dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ credentials += Credentials(
"<github_token>"
)

libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.1.0"
libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.2.0"
```

`<github_token>` is the Personal Access Token with the permission to read packages.

0 comments on commit 6c269cb

Please sign in to comment.