Skip to content

Commit

Permalink
Minimum language and api level is now 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun committed Dec 9, 2024
1 parent 247db85 commit 75c2da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@
<artifactId>kotlin-maven-plugin</artifactId>
<configuration>
<jvmTarget>1.8</jvmTarget>
<languageVersion>1.3</languageVersion>
<apiVersion>1.3</apiVersion>
<languageVersion>1.4</languageVersion>
<apiVersion>1.4</apiVersion>
<args>
<arg>-Xopt-in=kotlin.RequiresOptIn</arg>
<arg>-Xopt-in=io.lettuce.core.ExperimentalLettuceCoroutinesApi
Expand Down

0 comments on commit 75c2da1

Please sign in to comment.