Skip to content

Commit 94b8fc0

Browse files
committed
fix scmInfo
1 parent 0328e94 commit 94b8fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inThisBuild(
33
organization := "app.tulz",
44
homepage := Some(url("https://github.com/tulz-app/stringdiff")),
55
licenses := List("MIT" -> url("https://github.com/tulz-app/stringdiff/blob/main/LICENSE.md")),
6-
scmInfo := Some(ScmInfo(url("https://github.com/tulz-app/stringdiff"), "scm:git@github.com/tulz-app/laminext.git")),
6+
scmInfo := Some(ScmInfo(url("https://github.com/tulz-app/stringdiff"), "scm:git@github.com/tulz-app/stringdiff.git")),
77
developers := List(Developer("yurique", "Iurii Malchenko", "i@yurique.com", url("https://github.com/yurique"))),
88
scalaVersion := ScalaVersions.v213,
99
description := "String diff for Scala",

0 commit comments

Comments
 (0)