From 4b07074453a49b3149dbef5c3fb53bf4a39d56c8 Mon Sep 17 00:00:00 2001 From: CapacitorSet <9286933+CapacitorSet@users.noreply.github.com> Date: Fri, 5 Jul 2019 09:54:47 +0200 Subject: [PATCH] Add IntelliJ boilerplate --- .gitignore | 2 +- build.sbt | 6 ++++++ project/build.properties | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 build.sbt create mode 100644 project/build.properties diff --git a/.gitignore b/.gitignore index 2bdc34c..872914d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet - +.idea diff --git a/build.sbt b/build.sbt new file mode 100644 index 0000000..da4d66c --- /dev/null +++ b/build.sbt @@ -0,0 +1,6 @@ +name := "karl-marx" + +version := "0.1" + +scalaVersion := "2.13.0" +libraryDependencies += "com.bot4s" %% "telegram-core" % "4.2.0-RC1" \ No newline at end of file diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..7609b47 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version = 1.2.8 \ No newline at end of file