Skip to content

Commit

Permalink
Update K1 kotlin version to 1.9.25 on website
Browse files Browse the repository at this point in the history
  • Loading branch information
lupuuss committed Nov 15, 2024
1 parent 6a857c7 commit 49749fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/Setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import Admonition from '@theme/Admonition';
<TabItem value="k1">
```kotlin
plugins {
kotlin("multiplatform") version "1.9.24" // ...or any other Kotlin plugin
id("dev.mokkery") version "1.9.24-1.7.0"
kotlin("multiplatform") version "1.9.25" // ...or any other Kotlin plugin
id("dev.mokkery") version "1.9.25-1.7.0"
}
```
</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const simpleTabBlock = `class BookServiceTest {
}
}`
const setupTabBlockK1 = `plugins {
kotlin("multiplatform") version "1.9.24" // ...or any other Kotlin plugin
id("dev.mokkery") version "1.9.24-1.7.0"
kotlin("multiplatform") version "1.9.25" // ...or any other Kotlin plugin
id("dev.mokkery") version "1.9.25-1.7.0"
}
`
const setupTabBlockK2 = `plugins {
Expand Down

0 comments on commit 49749fd

Please sign in to comment.