Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/openfeature/provider_tests/…
Browse files Browse the repository at this point in the history
…dotnet-integration-tests/NUnit-3.14.0
  • Loading branch information
kodiakhq[bot] committed Nov 4, 2023
2 parents d2eb557 + dd78286 commit a4544ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/openfeature_kotlin/kotlin-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.cli.jvm.main

plugins {
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.20"
application
id("com.github.johnrengelman.shadow") version "8.1.1"
id("java")
Expand Down
2 changes: 1 addition & 1 deletion examples/openfeature_kotlin/kotlin-app/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

rootProject.name = "openfeature_kotlin"

0 comments on commit a4544ef

Please sign in to comment.