mirror of https://github.com/sbt/sbt.git
fix run/non-local-main
This commit is contained in:
parent
2139a6a203
commit
3c04787777
|
|
@ -1,3 +1,5 @@
|
|||
ThisBuild / scalaVersion := "2.12.17"
|
||||
|
||||
lazy val main = project.settings(
|
||||
organization := "org.scala-sbt.testsuite.example",
|
||||
name := "has-main",
|
||||
|
|
|
|||
Loading…
Reference in New Issue