Remove duplicate scalaVersion setting

This commit is contained in:
xuwei-k 2026-06-03 09:11:14 +09:00
parent 7b73bd1f44
commit b49e98b22d
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",