Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lupuuss committed Feb 19, 2024
1 parent fe7e1d2 commit 323a590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

val kotlinVersion = libs.versions.kotlin.get()
val mokkeryVersion = "1.3.2"
val mokkeryVersion = "1.4.0"
rootProject.ext["kotlinVersion"] = kotlinVersion
rootProject.version = "${kotlinVersion}-${mokkeryVersion}"
rootProject.group = "dev.mokkery"
Expand Down
2 changes: 1 addition & 1 deletion test-mokkery/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlinVersion=1.9.22
mokkeryVersion=1.9.22-1.3.2
mokkeryVersion=1.9.22-1.4.0
mokkeryAllowIndirectSuperCalls=true
org.gradle.jvmargs=-Xmx1g

0 comments on commit 323a590

Please sign in to comment.