Skip to content

Commit

Permalink
Merge pull request #2227 from HedvigInsurance/renovate/kotlin
Browse files Browse the repository at this point in the history
Update kotlin 1.8.1 to v1.9.0
  • Loading branch information
StylianosGakis authored Sep 14, 2024
2 parents 05dcf70 + 83d1b34 commit bea5a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ coil = "2.7.0"
composeRichtext = "0.20.0"
concatAdapterExtension = "1.2.1"
coreLibraryDesugaring = "2.1.2"
coroutines = "1.8.1"
coroutines = "1.9.0"
datadog = "2.13.1"
dependencyAnalysis = "2.0.1"
firebaseCrashlyticsBuildtools = "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion maestro/maestro.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env kotlinc -script --

@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
@file:DependsOn("com.github.pgreze:kotlin-process:1.5")

import com.github.pgreze.process.process
Expand Down

0 comments on commit bea5a46

Please sign in to comment.