Skip to content

Commit

Permalink
Fix scripted test
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed Aug 10, 2024
1 parent b2726c6 commit c1febea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / scmInfo := Some(
ScmInfo(url("http://example.com"), "scm:git:https://github.com/alejandrohdezma/sbt-github.git")
)
ThisBuild / crossScalaVersions := Seq("2.13.14", "2.13.12", "3.3.0")
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.12", "3.3.0") // scala-steward:off
ThisBuild / organization := "my.org"
ThisBuild / githubEnabled := true
ThisBuild / githubAuthToken := Some(AuthToken("1234"))
Expand Down

0 comments on commit c1febea

Please sign in to comment.