Skip to content

Commit

Permalink
new kotest library version
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Oct 19, 2023
1 parent 3dc5a0e commit 13ab416
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions .idea/libraries/io_kotest_assertions_core_jvm.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions .idea/libraries/io_kotest_runner_junit5_jvm.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codeGenCpu6502/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
// implementation "org.jetbrains.kotlin:kotlin-reflect"
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.18"

testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.6.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion codeGenIntermediate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
// implementation "org.jetbrains.kotlin:kotlin-reflect"
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.18"

testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.6.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.18"

testImplementation project(':intermediate')
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.6.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
}

configurations.all {
Expand Down
12 changes: 6 additions & 6 deletions compiler/src/prog8/buildversion/BuildVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ package prog8.buildversion
*/
const val MAVEN_GROUP = "prog8"
const val MAVEN_NAME = "compiler"
const val VERSION = "9.5"
const val GIT_REVISION = 4149
const val GIT_SHA = "203ec5fa46f883885b7e66526f18770aa1717785"
const val GIT_DATE = "2023-10-15T18:24:48Z"
const val VERSION = "9.5.1"
const val GIT_REVISION = 4157
const val GIT_SHA = "3dc5a0e7f8e5a94fdb4c13ff9199a4bf912268f2"
const val GIT_DATE = "2023-10-18T21:59:37Z"
const val GIT_BRANCH = "master"
const val BUILD_DATE = "2023-10-15T19:52:30Z"
const val BUILD_UNIX_TIME = 1697399550365L
const val BUILD_DATE = "2023-10-19T19:55:55Z"
const val BUILD_UNIX_TIME = 1697745355291L
const val DIRTY = 1
2 changes: 1 addition & 1 deletion intermediate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ compileTestKotlin {
dependencies {
implementation project(':codeCore')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.6.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion virtualmachine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation project(':intermediate')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "com.michael-bull.kotlin-result:kotlin-result-jvm:1.1.18"
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.6.2'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
}

sourceSets {
Expand Down

0 comments on commit 13ab416

Please sign in to comment.