Skip to content

Commit 8f7ebcd

Browse files
committed
* Increased the version #
1 parent 2a0c447 commit 8f7ebcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In any project you want to utilize the jar in, just add this to your `built.sbt`
2121
```scala
2222
resolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository"
2323

24-
libraryDependencies += "asyncdynamo" %% "async-dynamo" % "1.7.2"
24+
libraryDependencies += "asyncdynamo" %% "async-dynamo" % "1.7.3"
2525
```
2626

2727
### Example

0 commit comments

Comments
 (0)