Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

Commit f4c366c

Browse files
author
dsemenov
committed
remove travis badges, add GH Actions badges.
remove readme for play-json
1 parent ada728d commit f4c366c

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scanamo Json
2-
3-
[![Build Status](https://travis-ci.org/laserdisc-io/scanamo-json.svg?branch=master)](https://travis-ci.org/laserdisc-io/scanamo-json)
2+
[![Build](https://github.com/laserdisc-io/scanamo-json/actions/workflows/build.yml/badge.svg)](https://github.com/laserdisc-io/scanamo-json/actions/workflows/build.yml)
3+
[![Release](https://github.com/laserdisc-io/scanamo-json/actions/workflows/release.yml/badge.svg)](https://github.com/laserdisc-io/scanamo-json/actions/workflows/release.yml)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.laserdisc/scanamo-circe_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.laserdisc/scanamo-json_2.12)
55

66
Scanamo Json provides `DynamoFormat`s for popular Scala Json libraries. The format will serialize directly to DynamoDB `AttributeValue`s, allowing full use of DynamoDB while allowing arbitrary Json objects to be stored or reusing existing formats.
@@ -22,19 +22,3 @@ Finally, the format can be imported with:
2222
```
2323

2424
This provides a `DynamoFormat[T]` for all `T` with both an `Encoder` and `Decoder`.
25-
26-
### Play Json
27-
28-
First, add the dependency:
29-
30-
```scala
31-
libraryDependencies += "io.laserdisc" %% "scanamo-play-json" % "1.0.5"
32-
```
33-
34-
Finally, the format can be imported with:
35-
36-
```scala
37-
import io.github.howardjohn.scanamo.PlayJsonDynamoFormat._
38-
```
39-
40-
This provides a `DynamoFormat[T]` for all `T` with a (play-json) `Format`.

0 commit comments

Comments
 (0)