mirror of https://github.com/sbt/sbt.git
[2.x] ci: Remove duplicate scalaVersion setting (#9297)
This commit is contained in:
parent
7b73bd1f44
commit
e27f3df021
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue