Skip to content

Commit

Permalink
Update lib usage to the toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed Mar 15, 2023
1 parent 2237c7a commit 0f05ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.8.10"
alias(libs.plugins.kotlin.jvm)
application
}

Expand All @@ -11,8 +11,8 @@ repositories {
}

dependencies {
implementation("com.google.truth:truth:1.1.3")
testImplementation(kotlin("test"))
testImplementation(libs.truth)
testImplementation(libs.kotlin.junit)
}

tasks.test {
Expand Down

0 comments on commit 0f05ea0

Please sign in to comment.