Skip to content

Commit

Permalink
Use Kotlin 1.5.0 in OSS (#227)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #227

Reviewed By: hick209

Differential Revision: D28254451

Pulled By: cgrushko

fbshipit-source-id: 0f843b0596cbe46744a2532c52eaa770d3828c91
  • Loading branch information
cgrushko authored and facebook-github-bot committed May 6, 2021
1 parent 58becb1 commit b2c2761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<dokka.version>0.10.1</dokka.version>
<kotlin.version>1.4.21</kotlin.version>
<kotlin.version>1.5.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<main.class>com.facebook.ktfmt.MainKt</main.class>
Expand Down
2 changes: 1 addition & 1 deletion online_formatter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins { kotlin("jvm") version "1.4.21" }
plugins { kotlin("jvm") version "1.5.0" }

repositories {
mavenLocal()
Expand Down

0 comments on commit b2c2761

Please sign in to comment.