Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
Update to kotlin 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomsdayrs committed Aug 18, 2022
1 parent 05ced1c commit ff76e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ version = "1.0.0"
description = "Kotlin library for shosetsu"

plugins {
kotlin("jvm") version "1.6.21"
id("org.jetbrains.dokka") version "1.6.21"
kotlin("plugin.serialization") version "1.6.21"
kotlin("jvm") version "1.7.10"
id("org.jetbrains.dokka") version "1.7.10"
kotlin("plugin.serialization") version "1.7.10"
maven
}

Expand All @@ -27,7 +27,7 @@ repositories {
}

dependencies {
dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.6.21")
dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.7.10")

// ### Core Libraries
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
Expand Down

0 comments on commit ff76e8f

Please sign in to comment.