Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.3
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
Tofu-bot committed Jul 26, 2024
1 parent a26144d commit bd43db4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci-release.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(
RefPredicate.StartsWith(Ref.Tag("v"))
)

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))

ThisBuild / githubWorkflowBuildPreamble += WorkflowStep.Sbt(
List("scalafmtCheckAll", "scalafmtSbtCheck"),
Expand All @@ -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", "[email protected]", url("https://github.com/KS2003")),
Developer(
"mikhailchuryakov",
Expand All @@ -45,14 +45,14 @@ ThisBuild / developers := List(
Developer("skye17", "Anastasiya Ermolaeva", "[email protected]", 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"))

ThisBuild / description := "Universal Data design and transform language core"

ThisBuild / scmInfo := Some(
ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/tofu-tf/cherry"),
"[email protected]:tofu-tf/cherry.git"
Expand Down

0 comments on commit bd43db4

Please sign in to comment.