diff --git a/.gitignore b/.gitignore index fd04c86..d5e3f83 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ tmp .idea_modules bin .bsp/ +!.nvmrc \ No newline at end of file diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..d9b64a1 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +14.18.0 \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index c8fcab5..563a014 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.7.2