Skip to content

Commit a2f56f7

Browse files
committed
Update README.md
1 parent 654e466 commit a2f56f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# patchless
2+
[![Build Status](https://travis-ci.org/jeremyrsmith/patchless.svg?branch=master)](https://travis-ci.org/jeremyrsmith/patchless)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.jeremyrsmith/patchless/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/io.github.jeremyrsmith/patchless)
4+
5+
26

37
**patchless** is a tiny Scala library which provides:
48

@@ -12,7 +16,7 @@ It uses [shapeless](https://github.com/milessabin/shapeless) to derive `Patchabl
1216
Patchless is published to Maven Central – put this in your build.sbt:
1317

1418
```scala
15-
libraryDependencies += "io.github.jeremyrsmith" %% "patchless" % "1.0.2"
19+
libraryDependencies += "io.github.jeremyrsmith" %% "patchless" % "1.0.4"
1620
```
1721

1822
## Usage

0 commit comments

Comments
 (0)