[2.x] ci: Remove duplicate scalaVersion setting (#9297)

This commit is contained in:
kenji yoshida 2026-06-03 23:40:44 +09:00 committed by GitHub
parent 7b73bd1f44
commit e27f3df021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1052,7 +1052,6 @@ lazy val sbtwProj = (project in file("sbtw"))
commonSettings,
name := "sbtw",
description := "Windows drop-in launcher for sbt (replaces sbt.bat)",
scalaVersion := "3.8.3",
crossPaths := false,
Compile / mainClass := Some("sbtw.Main"),
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",