Skip to content

Commit

Permalink
Setting version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBlacky committed Jun 23, 2021
1 parent 13675b2 commit 65f2d47
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 @@ -11,13 +11,13 @@ Add the dependency.
+ build.sbt

```scala
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.5.2"
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.5.3"
```

+ or [Ammonite](http://ammonite.io)

```scala
import $ivy.`dev.nomadblacky::scaladog:0.5.2`
import $ivy.`dev.nomadblacky::scaladog:0.5.3`
```

Set API key and Application key
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.5.3-SNAPSHOT"
ThisBuild / version := "0.5.3"

0 comments on commit 65f2d47

Please sign in to comment.