diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 593b86a942..4c1ed197fb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,6 +1,6 @@ name: Integration Tests -on: [push, pull_request, workflow_dispatch] +on: [push, workflow_dispatch] env: SCALA_VERSION: '2.13.4' diff --git a/.gitignore b/.gitignore index fdc5460099..6133fe3da4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,11 +31,12 @@ bin .settings target .classpath +.bsp # scala-bin compilation articfacts out/ -*/.DS_Store +.DS_Store # Artifact of https://github.com/coursier/coursier when working with IntelliJ src/null diff --git a/deploy/lib/jgit.jar b/deploy/lib/jgit.jar new file mode 100644 index 0000000000..5b1487e266 Binary files /dev/null and b/deploy/lib/jgit.jar differ diff --git a/deploy/lib/slf4j.jar b/deploy/lib/slf4j.jar new file mode 100644 index 0000000000..76f2be142d Binary files /dev/null and b/deploy/lib/slf4j.jar differ diff --git a/deploy/lib/version.txt b/deploy/lib/version.txt index d649e4a037..e958ea903f 100644 --- a/deploy/lib/version.txt +++ b/deploy/lib/version.txt @@ -10,10 +10,12 @@ Scala modules: parallel-collections: 1.0.0 xz: 1.8 +jgit: 6.1.0 +slf4j: 1.7.9 ------------ tested with IntelliJ Community edition 2021.2.3 -sbt 1.3.13 (auto-downloaded by IntelliJ) \ No newline at end of file +sbt 1.3.13 (auto-downloaded by IntelliJ) diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000000..1e70b0c1c0 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.6.0 diff --git a/src/.idea/runConfigurations/Plain_MMT_Shell.xml b/src/.idea/runConfigurations/Plain_MMT_Shell.xml index dff037f91c..70a515d369 100644 --- a/src/.idea/runConfigurations/Plain_MMT_Shell.xml +++ b/src/.idea/runConfigurations/Plain_MMT_Shell.xml @@ -1,7 +1,6 @@