8 lines
268 B
Text
8 lines
268 B
Text
|
|
|
||
|
|
libraryDependencies ++= Seq(
|
||
|
|
"org.jgrapes" % "org.jgrapes.core" % "[1.22.1,2)",
|
||
|
|
"io.kubernetes" % "client-java" % "[19.0.0,20.0.0)",
|
||
|
|
"org.yaml" % "snakeyaml" % "[2.4,2.5)",
|
||
|
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "[2.16.1,3]"
|
||
|
|
)
|