Skip to content

Commit

Permalink
boiler and module
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Raposo <[email protected]>
  • Loading branch information
RRap0so committed Aug 5, 2024
1 parent a58f061 commit 700371c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion flytekit-examples-scala/.bsp/sbt.json

This file was deleted.

2 changes: 1 addition & 1 deletion flytekit-examples-scala/project/FlytekitScalaPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
4 changes: 2 additions & 2 deletions flytekit-examples-scala/project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import scala.collection.immutable.Seq


libraryDependencies ++=Seq(
libraryDependencies ++= Seq(
"io.github.classgraph" % "classgraph" % "4.8.87"
)
)
5 changes: 0 additions & 5 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
<artifactId>flytekit-examples</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.flyte</groupId>
<artifactId>flytekit-examples-scala_2.13</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.flyte</groupId>
<artifactId>jflyte</artifactId>
Expand Down

0 comments on commit 700371c

Please sign in to comment.