We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717b8c8 commit 70c29d3Copy full SHA for 70c29d3
buildSrc/src/main/kotlin/constants.kt
@@ -1,2 +1,2 @@
1
const val GROUP_ID = "org.jetbrains"
2
-const val VERSION = "0.0.6"
+const val VERSION = "0.1.0"
kotlinx.fuzz.gradle/src/main/kotlin/kotlinx/fuzz/gradle/KFuzzPlugin.kt
@@ -15,7 +15,7 @@ abstract class KFuzzPlugin : Plugin<Project> {
15
val log = Logging.getLogger(KFuzzPlugin::class.java)!!
16
17
override fun apply(project: Project) {
18
- val pluginVersion = "0.0.6"
+ val pluginVersion = "0.1.0"
19
project.dependencies {
20
add("testImplementation", "org.jetbrains:kotlinx.fuzz.api:$pluginVersion")
21
add("testRuntimeOnly", "org.jetbrains:kotlinx.fuzz.gradle:$pluginVersion")
0 commit comments