Skip to content

Commit

Permalink
Merge pull request #150 from teamclairvoyant/staging
Browse files Browse the repository at this point in the history
Updated version of restonomer from 3.0.0 --> 3.1.0
  • Loading branch information
rahulbhatia023 authored Oct 30, 2023
2 parents ad77f78 + b15d709 commit 5f49422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.0"
libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.1.0"
```

`<github_token>` is the Personal Access Token with the permission to read packages.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ThisBuild / resolvers ++= Seq(

ThisBuild / organization := "com.clairvoyant"

ThisBuild / version := "3.0.0"
ThisBuild / version := "3.1.0"

// ----- PUBLISH TO GITHUB 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.0.0"
libraryDependencies += "com.clairvoyant" %% "restonomer" % "3.1.0"
```

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

0 comments on commit 5f49422

Please sign in to comment.