Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomontois committed Jul 6, 2022
1 parent b2e6c9b commit 4540390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci-release.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ThisBuild / githubWorkflowPublish := Seq(

ThisBuild / licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

ThisBuild / developers := List(
ThisBuild / developers := List(
Developer("KS2003", "Yana Karpysheva", "karpyshev03@mail.ru", url("https://github.com/KS2003")),
Developer(
"mikhailchuryakov",
Expand All @@ -45,8 +45,8 @@ ThisBuild / developers := List(
Developer("skye17", "Anastasiya Ermolaeva", "a.ermolaeva@tinkoff.ru", url("https://github.com/skye17"))
)

ThisBuild / organization := "tf.tofu"
ThisBuild / organizationName := "Tofu"
ThisBuild / organization := "tf.tofu"
ThisBuild / organizationName := "Tofu"

ThisBuild / homepage := Some(url("https://github.com/tf-tofu/cherry"))

Expand All @@ -59,4 +59,4 @@ ThisBuild / scmInfo := Some(
)
)

ThisBuild / githubWorkflowEnv += "CI" -> "true"
ThisBuild / githubWorkflowEnv += "CI" -> "true"

0 comments on commit 4540390

Please sign in to comment.