Skip to content

Commit 1b67de0

Browse files
author
Reinier Lamers
committed
bump version number to 0.5.1 in README
1 parent 3075a25 commit 1b67de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ For maximum flexibility, you can embed docile-charge-point as a library dependen
427427
To make docile-charge-point a dependency of your Scala project, add this to your library dependencies in your `build.sbt`:
428428

429429
```scala
430-
"com.newmotion" %% "docile-charge-point" % "0.5.0"
430+
"com.newmotion" %% "docile-charge-point" % "0.5.1"
431431
```
432432

433433
and make sure that the NewMotion Nexus repository is in your sources by adding this to your `project/plugins.sbt`:
@@ -447,7 +447,7 @@ Then, in your code:
447447
To load text files as test cases, you need another library as a dependency:
448448

449449
```scala
450-
"com.newmotion" %% "docile-charge-point-loader" % "0.5.0"
450+
"com.newmotion" %% "docile-charge-point-loader" % "0.5.1"
451451
```
452452

453453
and of course also in this case the resolver in your `project/plugins.sbt`:

0 commit comments

Comments
 (0)