Skip to content

Commit

Permalink
fixup! feat: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Sep 12, 2024
1 parent f53bbb6 commit 93fcb3b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ ThisBuild / credentials += Credentials(
sys.env.getOrElse("GITHUB_TOKEN", "")
)

ThisBuild/homepage := Some(url("https://github.com/raw-labs/kiama/"))
ThisBuild/organization := "com.raw-labs"
ThisBuild/organizationName := "RAW Labs SA"
ThisBuild/organizationHomepage := Some(url("https://www.raw-labs.com/"))
ThisBuild / homepage := Some(url("https://github.com/raw-labs/kiama/"))
ThisBuild / organization := "com.raw-labs"
ThisBuild / organizationName := "RAW Labs SA"
ThisBuild / organizationHomepage := Some(url("https://www.raw-labs.com/"))

ThisBuild/scalaVersion := "2.13.7"
ThisBuild/crossScalaVersions := Seq("3.1.3", "2.13.7", "2.12.18", "2.11.12")
ThisBuild / scalaVersion := "2.13.7"
ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.7", "2.12.18", "2.11.12")

ThisBuild/scalacOptions := {
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / scalacOptions := {
// Turn on all lint warnings, except:
// - stars-align: incorrectly reports problems if pattern matching of
// unapplySeq extractor doesn't match sequence directly
Expand Down

0 comments on commit 93fcb3b

Please sign in to comment.