Skip to content

Commit b7c3604

Browse files
committed
Fix email in publish.sbt
1 parent ac46eb1 commit b7c3604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ThisBuild / developers := List(
2828
Developer(
2929
id = "yruslan",
3030
name = "Ruslan Iushchenko",
31-
email = "[email protected]",
31+
email = "[email protected]",
3232
url = url("https://github.com/yruslan")
3333
)
3434
)

0 commit comments

Comments
 (0)