Skip to content

Commit

Permalink
bump kotlin api version, about to release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christophsturm committed May 31, 2022
1 parent 81f5049 commit a316113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/restaurant.common.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tasks {
kotlinOptions {
jvmTarget = "11" // need at least jdk 11 for the http11 httpclient anyway
freeCompilerArgs = listOf("-opt-in=kotlin.RequiresOptIn")
languageVersion = "1.5"
apiVersion = "1.5"
languageVersion = "1.6"
apiVersion = "1.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
kotlin.code.style=official
org.gradle.parallel=true
group=com.christophsturm.restaurant
version=0.0.5
version=0.0.6

0 comments on commit a316113

Please sign in to comment.