Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 6, 2024
1 parent 32965e8 commit 30b9737
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ class PlugPluginTest : GradleIntegrationHarness() {
.toContent(
"""
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.8.0'
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id 'com.diffplug.atplug'
}
repositories {
mavenCentral()
}
dependencies {
implementation files("$runtimeJar")
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
}
"""
.trimIndent())
Expand Down

0 comments on commit 30b9737

Please sign in to comment.