We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5f919 commit 03224deCopy full SHA for 03224de
build.sbt
@@ -1,5 +1,6 @@
1
-ThisBuild / scalaVersion := scala213
2
-ThisBuild / organization := "com.47deg"
+ThisBuild / scalaVersion := scala213
+ThisBuild / organization := "com.47deg"
3
+ThisBuild / githubOrganization := "xebia-functional"
4
5
addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; ++test")
6
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll; publishMicrosite")
0 commit comments