Skip to content

Commit dbd9f9c

Browse files
committed
Update README
1 parent e1ed238 commit dbd9f9c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
![Maven Central Version](https://img.shields.io/maven-central/v/org.encalmo/scala-aws-lambda-testkit_3?style=for-the-badge)
1+
<a href="https://github.com/encalmo/scala-aws-lambda-testkit">![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-testkit_3" target="_blank">![Maven Central Version](https://img.shields.io/maven-central/v/org.encalmo/scala-aws-lambda-testkit_3?style=for-the-badge)</a> <a href="https://encalmo.github.io/scala-aws-lambda-testkit/scaladoc/org/encalmo/lambda.html" target="_blank"><img alt="Scaladoc" src="https://img.shields.io/badge/docs-scaladoc-red?style=for-the-badge"></a>
22

33
# scala-aws-lambda-testkit
44

55
Artefacts supporting testing of the AWS lambda functions written using Scala 3 and [scala-aws-lambda-runtime](https://github.com/encalmo/scala-aws-lambda-runtime)
66

77
## Dependencies
88

9-
- Scala >= 3.3.5
10-
- [Scala Toolkit 0.7.0](https://github.com/scala/toolkit)
11-
- [munit](https://scalameta.org/munit/)
12-
- [upickle-utils](https://github.com/encalmo/upickle-utils)
9+
- [Scala](https://www.scala-lang.org) >= 3.3.5
10+
- [Scala **toolkit** 0.7.0](https://github.com/scala/toolkit)
11+
- org.encalmo [**upickle-utils** 0.9.3](https://central.sonatype.com/artifact/org.encalmo/upickle-utils_3)
12+
- org.scalameta [**munit** 1.1.0](https://github.com/scalameta/munit)
1313

1414
## Usage
1515

1616
Use with SBT
1717

18-
libraryDependencies += "org.encalmo" %% "scala-aws-lambda-testkit" % "0.9.0"
18+
libraryDependencies += "org.encalmo" %% "scala-aws-lambda-testkit" % "0.9.1"
1919

2020
or with SCALA-CLI
2121

22-
//> using dep org.encalmo::scala-aws-lambda-testkit:0.9.0
22+
//> using dep org.encalmo::scala-aws-lambda-testkit:0.9.1

0 commit comments

Comments
 (0)