-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3a5ca0
commit c8fd241
Showing
6 changed files
with
406 additions
and
424 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ lazy val root = (project in file(".")) | |
scmInfo := Some(ScmInfo( | ||
browseUrl = url("https://github.com/galliaproject/gallia-clinvar"), | ||
connection = "scm:[email protected]:galliaproject/gallia-clinvar.git")), | ||
licenses := Seq("BSL 1.1" -> url("https://github.com/galliaproject/gallia-clinvar/blob/master/LICENSE")), | ||
licenses := Seq("Apache 2" -> url("https://github.com/galliaproject/gallia-clinvar/blob/master/LICENSE")), | ||
description := "A Scala library for data manipulation" ) | ||
.settings(GalliaCommonSettings.mainSettings:_*) | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters