Initial commit. Playing with VK api for the bot.
This commit is contained in:
18
build.sbt
Normal file
18
build.sbt
Normal file
@@ -0,0 +1,18 @@
|
||||
import Dependencies._
|
||||
|
||||
lazy val root = (project in file(".")).
|
||||
settings(
|
||||
inThisBuild(List(
|
||||
organization := "com.example",
|
||||
scalaVersion := "2.12.6",
|
||||
version := "0.1.0-SNAPSHOT"
|
||||
)),
|
||||
name := "telegram-bot1",
|
||||
libraryDependencies ++= Seq(
|
||||
scalaTest % Test,
|
||||
akka,
|
||||
akkaHttp,
|
||||
akkaStream,
|
||||
vkapi
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user