Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Chagne the org to tkrs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Dec 21, 2019
1 parent f962ed9 commit a697ae2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val allSettings = Seq.concat(
)

lazy val buildSettings = Seq(
organization := "com.github.yanana",
organization := "com.github.tkrs",
scalaVersion := "2.13.1",
crossScalaVersions := Seq("2.12.10", "2.13.1"),
libraryDependencies += compilerPlugin(("org.typelevel" % "kind-projector" % "0.11.0").cross(CrossVersion.full))
Expand Down Expand Up @@ -51,7 +51,7 @@ lazy val baseSettings = Seq(
scalacOptions ++= compilerOptions ++ {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, n)) if n >= 13 => Nil
case _ => Seq("-Xfuture","-Ypartial-unification", "-Yno-adapted-args")
case _ => Seq("-Xfuture", "-Ypartial-unification", "-Yno-adapted-args")
}
},
scalacOptions in (Compile, console) := compilerOptions,
Expand All @@ -68,7 +68,7 @@ lazy val baseSettings = Seq(
lazy val publishSettings = Seq(
releaseCrossBuild := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
homepage := Some(url("https://github.com/yanana/agni")),
homepage := Some(url("https://github.com/tkrs/agni")),
licenses := Seq("MIT License" -> url("http://www.opensource.org/licenses/mit-license.php")),
publishMavenStyle := true,
publishArtifact in Test := false,
Expand All @@ -82,8 +82,8 @@ lazy val publishSettings = Seq(
},
scmInfo := Some(
ScmInfo(
url("https://github.com/yanana/agni"),
"scm:git:git@github.com:yanana/agni.git"
url("https://github.com/tkrs/agni"),
"scm:git:git@github.com:tkrs/agni.git"
)
),
pomExtra :=
Expand Down

0 comments on commit a697ae2

Please sign in to comment.