chore: Configure Scala build with dependencies and project structure
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
group = "de.nowchess"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
val versions = mapOf(
|
||||
"QUARKUS_SCALA3" to "1.0.0",
|
||||
"SCALA3" to "3.5.1",
|
||||
"SCALA_LIBRARY" to "2.13.18"
|
||||
)
|
||||
extra["VERSIONS"] = versions
|
||||
Reference in New Issue
Block a user