Skip to content

Commit

Permalink
问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Mar 17, 2023
1 parent dab8a7f commit 9eb48d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gdpl2112"
version = "3.0"
version = "3.1"

repositories {
maven("https://repo1.maven.org/maven2/")
Expand All @@ -27,7 +27,7 @@ dependencies {
implementation(platform("org.slf4j:slf4j-parent:2.0.6"))
testImplementation("org.slf4j:slf4j-simple")

implementation("io.github.Kloping:SpringTool:0.5.8")
compileOnly("io.github.Kloping:SpringTool:0.5.8")
compileOnly("io.github.Kloping:spt-web:0.2.0")
}

Expand Down

0 comments on commit 9eb48d8

Please sign in to comment.