Skip to content

Commit

Permalink
Merge branch 'main' into update-dataformat
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolba authored Sep 29, 2024
2 parents 4633341 + c6f0989 commit b7905de
Show file tree
Hide file tree
Showing 57 changed files with 1,816 additions and 1,987 deletions.
11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

elm-stuff/
node_modules/
out/

.metals
.bloop
.metals/
.bloop/
.bsp/
.scala-build/

.vscode
.gitattributes

morphir-hashes.json
morphir-ir.json
package-lock.json
*.semanticdb

.user/
.out/
1 change: 1 addition & 0 deletions .mill-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.12.0-RC2
10 changes: 10 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version = "3.7.15"
runner.dialect = scala213
fileOverride {
"glob:**/api/src/**" {
runner.dialect = scala3
}
"glob:**/serverless/src/**" {
runner.dialect = scala3
}
}
32 changes: 0 additions & 32 deletions API/build.gradle.kts

This file was deleted.

63 changes: 0 additions & 63 deletions API/elm.json

This file was deleted.

2 changes: 0 additions & 2 deletions API/gradle/libs.versions.toml

This file was deleted.

Binary file removed API/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions API/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

252 changes: 0 additions & 252 deletions API/gradlew

This file was deleted.

Loading

0 comments on commit b7905de

Please sign in to comment.