Skip to content

Commit 3c5e07f

Browse files
committed
build.gradle.kts: Add DevLogin dependency
1 parent 356754f commit 3c5e07f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ dependencies {
180180
modCompileOnly("maven.modrinth:malilib:$maLiLibVersion")
181181
modCompileOnly("maven.modrinth:litematica:$litematicaVersion")
182182

183+
// DevLogin
184+
modImplementation("com.ptsmods:devlogin:3.5")
185+
183186
// Test implementations
184187
testImplementation(kotlin("test"))
185188
testImplementation("org.mockito.kotlin:mockito-kotlin:$mockitoKotlin")

0 commit comments

Comments
 (0)