Add IntelliJ boilerplate
This commit is contained in:
parent
5c7f0a001d
commit
4b07074453
3 changed files with 8 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -16,4 +16,4 @@ project/plugins/project/
|
|||
# Scala-IDE specific
|
||||
.scala_dependencies
|
||||
.worksheet
|
||||
|
||||
.idea
|
||||
|
|
6
build.sbt
Normal file
6
build.sbt
Normal 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
1
project/build.properties
Normal file
|
@ -0,0 +1 @@
|
|||
sbt.version = 1.2.8
|
Loading…
Reference in a new issue