Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Jan 11, 2025
1 parent 5ae7b29 commit 4af9404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
object DependencyVersions {
// standard libraries
const val kotlin = "2.1.0"
const val coroutines = "1.9.0"
const val coroutines = "1.10.1"
const val arrow = "1.2.4"

// testing libraries
Expand All @@ -27,7 +27,7 @@ object DependencyVersions {
const val mockk = "1.13.16"

// logging libraries
const val kotlinLogging = "7.0.0"
const val kotlinLogging = "7.0.3"
const val slf4jSimple = "2.0.16"

// object creation libraries
Expand Down Expand Up @@ -58,7 +58,7 @@ object DependencyVersions {

// geo libraries
const val proj4 = "1.3.0"
const val citygml4j = "3.2.1"
const val citygml4j = "3.2.2"
}

object Dependencies {
Expand Down

0 comments on commit 4af9404

Please sign in to comment.