Skip to content

Commit

Permalink
Update all non-major dependencies to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent a873633 commit 2ef1ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm")
kotlin("plugin.allopen") version "2.0.21"
kotlin("plugin.allopen") version "2.1.0"
id("org.jetbrains.kotlinx.benchmark") version "0.4.13"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
ktor = "3.0.1"

kotlin = "2.0.21"
kotlin = "2.1.0"
coroutines = "1.9.0"
io = "0.6.0"
datetime = "0.6.1"
Expand Down

0 comments on commit 2ef1ee2

Please sign in to comment.