Skip to content

Commit

Permalink
Update README badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pgreze authored Jan 27, 2025
1 parent 6c7ec2c commit fa55ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Functional Kotlin friendly way to create external system processes by leveraging
- Kotlin coroutines
- the powerful but convoluted [ProcessBuilder](https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html)

## Installation [![central](https://maven-badges.herokuapp.com/maven-central/com.github.pgreze/kotlin-process/badge.svg?style={style})](https://search.maven.org/artifact/com.github.pgreze/kotlin-process) [![](https://img.shields.io/badge/Java-8-blue)](https://adoptopenjdk.net/) [![](https://img.shields.io/badge/Kotlin-1.6.21-blue)](https://kotlinlang.org/)
## Installation [![central](https://maven-badges.herokuapp.com/maven-central/com.github.pgreze/kotlin-process/badge.svg?style={style})](https://search.maven.org/artifact/com.github.pgreze/kotlin-process) [![](https://img.shields.io/badge/Java-8-blue)](https://adoptopenjdk.net/) [![](https://img.shields.io/badge/Kotlin-2.10.10-blue)](https://kotlinlang.org/)

```kotlin
repositories {
Expand Down

0 comments on commit fa55ec4

Please sign in to comment.