feat: NCS-37 Quarkus integration (#35)

Reviewed-on: #35
Reviewed-by: Leon Hermann <lq@blackhole.local>
This commit is contained in:
2026-04-21 12:35:20 +02:00
parent 8a1cf909d4
commit f088c4e9ff
105 changed files with 2063 additions and 1255 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ tasks.withType<ScalaCompile> {
dependencies {
implementation("org.scala-lang:scala3-compiler_3") {
compileOnly("org.scala-lang:scala3-compiler_3") {
version {
strictly(versions["SCALA3"]!!)
}