Skip to content

Commit e2e2bf7

Browse files
committed
added a dependency
1 parent 67526fd commit e2e2bf7

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ sarif/**
1212
polystat-x86_64-pc-linux
1313
out/
1414
**.json
15+
hadoop_tmp

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ libraryDependencies ++= Seq(
2020
"io.circe" %% "circe-core" % "0.14.1",
2121
"org.polystat.py2eo" % "transpiler" % "0.0.10",
2222
"org.slf4j" % "slf4j-nop" % "1.7.36",
23+
"org.polystat" % "far" % "0.2.0",
2324
)
2425

2526
assembly / assemblyJarName := "polystat.jar"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package org.polystat.cli
2+
import org.polystat.far.FaR
3+
4+
object Far {
5+
6+
}

0 commit comments

Comments
 (0)