@@ -7,29 +7,27 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck"
77
88lazy val root = (project in file(" ." ))
99 .settings(
10- name := " zio-agones" ,
11- organization := " com.devsisters" ,
12- homepage := Some (url(" https://github.com/devsisters/zio-agones" )),
13- scalaVersion := scala213,
14- crossScalaVersions := allScala,
15- licenses := List (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )),
16- scmInfo := Some (
10+ name := " zio-agones" ,
11+ organization := " com.devsisters" ,
12+ homepage := Some (url(" https://github.com/devsisters/zio-agones" )),
13+ scalaVersion := scala213,
14+ crossScalaVersions := allScala,
15+ licenses := List (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )),
16+ scmInfo := Some (
1717 ScmInfo (
1818 url(" https://github.com/devsisters/zio-agones" ),
1919 " scm:git:git@github.com:devsisters/zio-agones.git"
2020 )
2121 ),
22- developers := List (
22+ developers := List (
2323 Developer (" ghostdogpr" , " Pierre Ricadat" , " ghostdogpr@gmail.com" , url(" https://github.com/ghostdogpr" ))
2424 ),
25- Compile / PB .targets := Seq (
25+ Compile / PB .targets := Seq (
2626 scalapb.gen(grpc = true ) -> (Compile / sourceManaged).value / " scalapb" ,
2727 scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value / " scalapb"
2828 ),
2929 libraryDependencies ++= Seq (
3030 " io.grpc" % " grpc-netty" % " 1.63.0" ,
3131 " com.thesamet.scalapb" %% " scalapb-runtime-grpc" % scalapb.compiler.Version .scalapbVersion
32- ),
33- sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
34- sonatypeCredentialHost := " s01.oss.sonatype.org"
32+ )
3533 )
0 commit comments