Skip to content

Commit

Permalink
chore(deps): Upgrade Kotlin to v1.3.72 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea authored Jul 17, 2020
1 parent 65f99bc commit 48af3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = "tech.relaycorp"

plugins {
// Apply the Kotlin JVM plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.3.71"
id("org.jetbrains.kotlin.jvm") version "1.3.72"

// Apply the java-library plugin for API and implementation separation.
`java-library`
Expand Down

0 comments on commit 48af3d3

Please sign in to comment.