Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Aug 30, 2021
1 parent c4771ed commit bac7e00
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
group = "com.github.cs125-illinois"
version = "2021.8.0"
version = "2021.8.1"

plugins {
kotlin("jvm") version "1.5.21"
kotlin("jvm") version "1.5.30"
`maven-publish`
id("org.jmailen.kotlinter") version "3.5.0"
id("org.jmailen.kotlinter") version "3.5.1"
id("com.github.ben-manes.versions") version "0.39.0"
id("io.gitlab.arturbosch.detekt") version "1.18.0"
id("io.gitlab.arturbosch.detekt") version "1.18.1"
}
repositories {
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
}
dependencies {
implementation(kotlin("stdlib"))
}
tasks.dependencyUpdates {
fun String.isNonStable() = !(
listOf("RELEASE", "FINAL", "GA").any { toUpperCase().contains(it) }
Expand Down

0 comments on commit bac7e00

Please sign in to comment.