Skip to content

Commit

Permalink
Minimal and default agent versions upgraded to 1.0.683
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed Oct 3, 2022
1 parent 3dc8702 commit 8734c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ kotlinx.kover.api.DefaultIntellijEngine.INSTANCE

#### IntelliJ Coverage Engine with custom version
```
kotlinx.kover.api.IntellijEngine("1.0.680")
kotlinx.kover.api.IntellijEngine("1.0.683")
```

#### JaCoCo Coverage Engine with default version
Expand Down
4 changes: 2 additions & 2 deletions src/main/kotlin/kotlinx/kover/api/KoverConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public object KoverPaths {
}

public object KoverVersions {
internal const val MINIMAL_INTELLIJ_VERSION = "1.0.682"
internal const val DEFAULT_INTELLIJ_VERSION = "1.0.682"
internal const val MINIMAL_INTELLIJ_VERSION = "1.0.683"
internal const val DEFAULT_INTELLIJ_VERSION = "1.0.683"

internal const val DEFAULT_JACOCO_VERSION = "0.8.8"
}
Expand Down

0 comments on commit 8734c77

Please sign in to comment.