File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
6
3
7
** patchless** is a tiny Scala library which provides:
4
8
@@ -12,7 +16,7 @@ It uses [shapeless](https://github.com/milessabin/shapeless) to derive `Patchabl
12
16
Patchless is published to Maven Central – put this in your build.sbt:
13
17
14
18
``` scala
15
- libraryDependencies += " io.github.jeremyrsmith" %% " patchless" % " 1.0.2 "
19
+ libraryDependencies += " io.github.jeremyrsmith" %% " patchless" % " 1.0.4 "
16
20
```
17
21
18
22
## Usage
You can’t perform that action at this time.
0 commit comments