We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0328e94 commit 94b8fc0Copy full SHA for 94b8fc0
build.sbt
@@ -3,7 +3,7 @@ inThisBuild(
3
organization := "app.tulz",
4
homepage := Some(url("https://github.com/tulz-app/stringdiff")),
5
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")),
+ scmInfo := Some(ScmInfo(url("https://github.com/tulz-app/stringdiff"), "scm:git@github.com/tulz-app/stringdiff.git")),
7
developers := List(Developer("yurique", "Iurii Malchenko", "i@yurique.com", url("https://github.com/yurique"))),
8
scalaVersion := ScalaVersions.v213,
9
description := "String diff for Scala",
0 commit comments