Browse Source

Add IntelliJ boilerplate

CapacitorSet 4 years ago
parent
commit
4b07074453
3 changed files with 8 additions and 1 deletions
  1. 1 1
      .gitignore
  2. 6 0
      build.sbt
  3. 1 0
      project/build.properties

+ 1 - 1
.gitignore

@@ -16,4 +16,4 @@ project/plugins/project/
 # Scala-IDE specific
 .scala_dependencies
 .worksheet
-
+.idea

+ 6 - 0
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"

+ 1 - 0
project/build.properties

@@ -0,0 +1 @@
+sbt.version = 1.2.8