2.0.0-beta7

This commit is contained in:
Jakub Chrzanowski 2024-06-14 21:20:18 +02:00
parent af9a2b4c33
commit 79bea43e25
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ dependencies {
instrumentationTools()
pluginVerifier()
testFramework(TestFrameworkType.Platform.JUnit4)
testFramework(TestFrameworkType.Platform)
}
}

View File

@ -4,7 +4,7 @@ exampleLibrary = "24.1.0"
# plugins
changelog = "2.2.0"
intelliJPlatform = "2.0.0-beta6"
intelliJPlatform = "2.0.0-beta7"
kotlin = "2.0.0"
kover = "0.8.0"
qodana = "2024.1.5"