Skip to content

Commit 03224de

Browse files
Sets github organization
1 parent 0e5f919 commit 03224de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
ThisBuild / scalaVersion := scala213
2-
ThisBuild / organization := "com.47deg"
1+
ThisBuild / scalaVersion := scala213
2+
ThisBuild / organization := "com.47deg"
3+
ThisBuild / githubOrganization := "xebia-functional"
34

45
addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; ++test")
56
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll; publishMicrosite")

0 commit comments

Comments
 (0)