diff --git a/flytekit-examples-scala/.bsp/sbt.json b/flytekit-examples-scala/.bsp/sbt.json deleted file mode 100644 index 631bc3d9..00000000 --- a/flytekit-examples-scala/.bsp/sbt.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"sbt","version":"1.10.1","bspVersion":"2.1.0-M1","languages":["scala"],"argv":["/Users/rafaelraposo/.sdkman/candidates/java/11.0.22-amzn/bin/java","-Xms100m","-Xmx100m","-classpath","/Users/rafaelraposo/Library/Application Support/JetBrains/IntelliJIdea2024.1/plugins/Scala/launcher/sbt-launch.jar","-Dsbt.script=/Users/rafaelraposo/.sdkman/candidates/sbt/current/bin/sbt","xsbt.boot.Boot","-bsp"]} \ No newline at end of file diff --git a/flytekit-examples-scala/project/FlytekitScalaPlugin.scala b/flytekit-examples-scala/project/FlytekitScalaPlugin.scala index 3c34b977..081022df 100644 --- a/flytekit-examples-scala/project/FlytekitScalaPlugin.scala +++ b/flytekit-examples-scala/project/FlytekitScalaPlugin.scala @@ -149,4 +149,4 @@ object FlytekitScalaPlugin extends AutoPlugin { object FlytekitJavaKeys { // don't override defaults for these settings unless you want to use unstable version lazy val flyteVersion = settingKey[String]("Flyte version") -} \ No newline at end of file +} diff --git a/flytekit-examples-scala/project/build.sbt b/flytekit-examples-scala/project/build.sbt index 6a03c228..0bb4c640 100644 --- a/flytekit-examples-scala/project/build.sbt +++ b/flytekit-examples-scala/project/build.sbt @@ -1,6 +1,6 @@ import scala.collection.immutable.Seq -libraryDependencies ++=Seq( +libraryDependencies ++= Seq( "io.github.classgraph" % "classgraph" % "4.8.87" -) \ No newline at end of file +) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1d6d4f6c..1346ad4f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -63,11 +63,6 @@ flytekit-examples test - - org.flyte - flytekit-examples-scala_2.13 - test - org.flyte jflyte