Skip to content

Commit

Permalink
E nedgraderer kotlin pga mockk-issue
Browse files Browse the repository at this point in the history
mockk/mockk#832 - som igjen feiler tester i prefill.
  • Loading branch information
kjetiljd committed Jul 8, 2022
1 parent 24d08a1 commit 6283938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,7 +1,7 @@

buildscript {
ext {
kotlinVersion = '1.7.0'
kotlinVersion = '1.6.21' // 1.7.0 skaper trøbbel for mockk: https://github.com/mockk/mockk/issues/832 - som igjen feiler tester i prefill-appen
springFrameworkVersion = '5.3.18'
springBootVersion = '2.6.4'
jacksonModuleKotlinVersion = '2.13.3'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
# This is the version you are working on - that will be released next time
version=11.0.2
version=11.1.0

0 comments on commit 6283938

Please sign in to comment.