Skip to content

Commit 8b3522c

Browse files
Enable ScalaPy updates by Scala Steward
1 parent e0d4779 commit 8b3522c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,13 @@ object dummy extends Module {
194194
Deps.pythonInterface
195195
)
196196
}
197+
object scalaPy extends ScalaModule with Bloop.Module {
198+
def skipBloop = true
199+
def scalaVersion = Scala.defaultInternal
200+
def ivyDeps = Agg(
201+
Deps.scalaPy
202+
)
203+
}
197204
}
198205

199206
trait BuildMacros extends ScalaCliSbtModule

0 commit comments

Comments
 (0)