Add IntelliJ boilerplate

This commit is contained in:
CapacitorSet 2019-07-05 09:54:47 +02:00
parent 5c7f0a001d
commit 4b07074453
3 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View file

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

6
build.sbt Normal file
View file

@ -0,0 +1,6 @@
name := "karl-marx"
version := "0.1"
scalaVersion := "2.13.0"
libraryDependencies += "com.bot4s" %% "telegram-core" % "4.2.0-RC1"

1
project/build.properties Normal file
View file

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