Skip to content

Commit c373e07

Browse files
committed
Update README
1 parent 6d7b621 commit c373e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Maven Central Version](https://img.shields.io/maven-central/v/org.encalmo/scala-aws-lambda-multihandler_3?style=for-the-badge)
1+
<a href="https://github.com/">![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)</a> <a href="https://central.sonatype.com/artifact/org.encalmo/scala-aws-lambda-multihandler_3" target="_blank">![Maven Central Version](https://img.shields.io/maven-central/v/org.encalmo/scala-aws-lambda-multihandler_3?style=for-the-badge)</a>
22

33
# scala-aws-lambda-multihandler
44

@@ -13,11 +13,11 @@ Multiple handlers support for lambda written using scala-aws-lambda-runtime.
1313

1414
Use with SBT
1515

16-
libraryDependencies += "org.encalmo" %% "scala-aws-lambda-multihandler" % "0.9.0"
16+
libraryDependencies += "org.encalmo" %% "scala-aws-lambda-multihandler" % "0.9.4"
1717

1818
or with SCALA-CLI
1919

20-
//> using dep org.encalmo::scala-aws-lambda-multihandler:0.9.0
20+
//> using dep org.encalmo::scala-aws-lambda-multihandler:0.9.4
2121

2222
## Examples
2323

0 commit comments

Comments
 (0)