Created
March 11, 2020 09:00
-
-
Save dennypenta/7efb8782e71950f95b18c8dead43fbfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name := "meme_keker" | |
version := "0.1" | |
scalaVersion := "2.13.1" | |
libraryDependencies += "com.typesafe.akka" % "akka-actor_2.13" % "2.5.23" | |
libraryDependencies += "com.typesafe.akka" % "akka-http_2.13" % "10.1.8" | |
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment