Skip to content

Commit

Permalink
Update README.md for latest version 2024.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoberg authored Dec 10, 2024
1 parent 9330450 commit a3bc367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This can be added to a [Kotlin Advent of Code template repository](https://githu

```kts
dependencies {
implementation("com.github.jsoberg:Kotlin-AoC-Utilities:2024.4")
implementation("com.github.jsoberg:Kotlin-AoC-Utilities:2024.5")
}
```

Expand All @@ -30,4 +30,4 @@ Listing of the current utilities for common functions found in Advent of Code pu

### Async

- [AsyncSum](src/main/kotlin/com/soberg/aoc/utlities/extensions/AsyncSum.kt) - Various utility functions for running sum functions asynchronously (using coroutines).
- [AsyncSum](src/main/kotlin/com/soberg/aoc/utlities/extensions/AsyncSum.kt) - Various utility functions for running sum functions asynchronously (using coroutines).

0 comments on commit a3bc367

Please sign in to comment.