Skip to content

Commit

Permalink
Upgrade to Kotlin 1.4.10 and Kotest 4.2.5 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopmar authored Sep 17, 2020
1 parent a2b2f3b commit 9aaa23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ spockVersion=2.0-M3-groovy-3.0
groovyVersion=3.0.5
junitVersion=5.6.2
micronautSqlVersion=3.0.1
kotlinVersion=1.3.72
kotlinVersion=1.4.10
mockkVersion=1.10.0
kotlintestVersion=3.4.2
kotestVersion=4.1.3
kotestVersion=4.2.5

title=Micronaut Test
projectDesc=Testing Framework Extensions for Micronaut
Expand Down
2 changes: 1 addition & 1 deletion src/main/docs/guide/kotlintest.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Note that for Maven you will also need to configure the Surefire plugin to use J
<plugin>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.3.20</version>
<version>1.4.10</version>
<configuration>
<compilerPlugins>
<plugin>all-open</plugin>
Expand Down

0 comments on commit 9aaa23d

Please sign in to comment.