From 81f4e2d2ec9fac1988fb62a7cc45fc534adb9db8 Mon Sep 17 00:00:00 2001 From: peet Date: Fri, 23 Feb 2024 21:45:48 +0100 Subject: [PATCH] initial commit --- .idea/misc.xml | 6 ++++++ .idea/scala_compiler.xml | 6 ++++++ .idea/scala_settings.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ project/build.properties | 1 + 5 files changed, 25 insertions(+) create mode 100644 .idea/misc.xml create mode 100644 .idea/scala_compiler.xml create mode 100644 .idea/scala_settings.xml create mode 100644 .idea/vcs.xml create mode 100644 project/build.properties diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..69ace3f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/scala_compiler.xml b/.idea/scala_compiler.xml new file mode 100644 index 0000000..eac3c1b --- /dev/null +++ b/.idea/scala_compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/scala_settings.xml b/.idea/scala_settings.xml new file mode 100644 index 0000000..4608fe0 --- /dev/null +++ b/.idea/scala_settings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..49214c4 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version = 1.9.9