fix run/non-local-main

This commit is contained in:
Adrien Piquerez 2024-03-27 14:11:48 +01:00
parent 2139a6a203
commit 3c04787777
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
ThisBuild / scalaVersion := "2.12.17"
lazy val main = project.settings(
organization := "org.scala-sbt.testsuite.example",
name := "has-main",