Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 7b7dc82

Browse files
committed
Update build.gradle.kts
1 parent 4d6dc6a commit 7b7dc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplekotlinmail-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
implementation(project(":${rootProject.name}-core"))
2222

2323
// SUBETHA SMTP
24-
implementation("com.github.davidmoten:subethasmtp:5.2.8")
24+
api("com.github.davidmoten:subethasmtp:5.2.8")
2525

2626
}
2727

0 commit comments

Comments
 (0)