Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sbt 2 cross build setting #193

Merged
merged 1 commit into from
Mar 6, 2025
Merged

add sbt 2 cross build setting #193

merged 1 commit into from
Mar 6, 2025

Conversation

xuwei-k
Copy link
Member

@xuwei-k xuwei-k commented Dec 21, 2024

No description provided.

@xuwei-k xuwei-k mentioned this pull request Dec 21, 2024
@@ -22,7 +22,7 @@ ThisBuild / crossScalaVersions := Seq(scala212)
ThisBuild / scalaVersion := scala212

ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest", "macos-latest", "windows-latest")
ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "scripted")))
ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("+ test", "scripted")))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to run + scripted?

@eed3si9n eed3si9n merged commit 68d6d36 into sbt:main Mar 6, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants