1+ import xerial .sbt .Sonatype .{sonatypeCentralHost , sonatypeLegacy }
2+
13ThisBuild / scalaVersion := " 2.13.14"
2- ThisBuild / organization := " com.lectra.kapoeira "
4+ ThisBuild / organization := " com.lectra"
35ThisBuild / organizationName := " lectra"
46ThisBuild / licenses += " Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0.txt" )
57ThisBuild / publishConfiguration := publishConfiguration.value.withOverwrite(true )
@@ -10,15 +12,23 @@ ThisBuild / scmInfo := Some(
1012 " scm:git:[email protected] /lectra-tech/kapoeira.git" 1113 )
1214)
13- ThisBuild / sonatypeCredentialHost := " s01.oss.sonatype.org"
14- sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
15+ // ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
16+ ThisBuild / sonatypeCredentialHost := " oss.sonatype.org"
17+ ThisBuild / sonatypeRepository := " https://oss.sonatype.org/service/local"
18+ ThisBuild / versionScheme := Some (" semver-spec" )
19+ ThisBuild / homepage := Some (url(" https://github.com/lectra-tech/kapoeira" ))
20+ ThisBuild / developers := List (
21+ Developer (
" jvauchel" ,
" Johanna Vauchel" ,
" [email protected] " , url(
" https://github.com/jvauchel" ) ),
22+ Developer (
" ThomasLegoahec" ,
" Thomas Legoahec" ,
" [email protected] " ,url(
" https://github.com/ThomasLegoahec" )),
23+ Developer (
" sebastienvidal" ,
" Sébastien Vidal" ,
" [email protected] " ,url(
" https://github.com/sebastienvidal" )),
24+ Developer (
" mrebiai" ,
" Mehdi Rebiai" ,
" [email protected] " , url(
" https://github.com/mrebiai" ) ),
25+ Developer (
" scarisey" ,
" Sylvain Carisey" ,
" [email protected] " , url(
" https://github.com/scarisey" ) ),
26+ )
1527
1628resolvers += " confluent" at " https://packages.confluent.io/maven/"
17-
1829val zioVersion = " 2.1.9"
1930
2031lazy val root = (project in file(" ." ))
21- .enablePlugins(GitVersioning )
2232 .settings(
2333 name := " kapoeira" ,
2434 // assembly
@@ -64,5 +74,3 @@ ThisBuild / assemblyMergeStrategy := {
6474 oldStrategy(x)
6575}
6676
67- // git config
68- git.useGitDescribe := true
0 commit comments