We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c447 commit 8f7ebcdCopy full SHA for 8f7ebcd
README.md
@@ -21,7 +21,7 @@ In any project you want to utilize the jar in, just add this to your `built.sbt`
21
```scala
22
resolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository"
23
24
-libraryDependencies += "asyncdynamo" %% "async-dynamo" % "1.7.2"
+libraryDependencies += "asyncdynamo" %% "async-dynamo" % "1.7.3"
25
```
26
27
### Example
0 commit comments