Skip to content

Commit a44cd5d

Browse files
committed
Update README
1 parent e5d57b3 commit a44cd5d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

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

33
# scala-aws-client
44

@@ -29,21 +29,8 @@ or with SCALA-CLI
2929
## Dependencies
3030

3131
- [Scala](https://www.scala-lang.org/) >= 3.6.3
32-
- software.amazon.awssdk [**bom** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/bom)
33-
- software.amazon.awssdk [**iam** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/iam)
34-
- software.amazon.awssdk [**sts** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/sts)
35-
- software.amazon.awssdk [**sso** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/sso)
36-
- software.amazon.awssdk [**ssooidc** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/ssooidc)
37-
- software.amazon.awssdk [**dynamodb** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/dynamodb)
38-
- software.amazon.awssdk [**sqs** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/sqs)
39-
- software.amazon.awssdk [**secretsmanager** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/secretsmanager)
40-
- software.amazon.awssdk [**kms** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/kms)
41-
- software.amazon.awssdk [**s3** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/s3)
42-
- software.amazon.awssdk [**lambda** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/lambda)
43-
- software.amazon.awssdk [**apigateway** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/apigateway)
44-
- software.amazon.awssdk [**apigatewayv2** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/apigatewayv2)
45-
- software.amazon.awssdk [**url-connection-client** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/url-connection-client)
4632
- org.slf4j [**slf4j-nop** 2.0.17](https://central.sonatype.com/artifact/org.slf4j/slf4j-nop)
33+
- software.amazon.awssdk [**bom** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/bom) | [**iam** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/iam) | [**sts** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/sts) | [**sso** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/sso) | [**ssooidc** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/ssooidc) | [**dynamodb** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/dynamodb) | [**sqs** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/sqs) | [**secretsmanager** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/secretsmanager) | [**kms** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/kms) | [**s3** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/s3) | [**lambda** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/lambda) | [**apigateway** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/apigateway) | [**apigatewayv2** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/apigatewayv2) | [**url-connection-client** 2.31.1](https://central.sonatype.com/artifact/software.amazon.awssdk/url-connection-client)
4734

4835
## Working with DynamoDB
4936

0 commit comments

Comments
 (0)