source: doc/theses/colby_parsons_MMath/benchmarks/actors/akka/SendDynamic/build.sbt

Last change on this file was f945fa7, checked in by Peter A. Buhr <pabuhr@…>, 13 hours ago

fix spelling mistake in directory name

  • Property mode set to 100644
File size: 353 bytes
Line 
1name := "dummy"
2version := "0.0"
3scalaVersion := "2.13.1"
4scalacOptions += "-deprecation"
5lazy val akkaVersion = "2.6.14"
6
7libraryDependencies ++= Seq(
8 "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
9)
10libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.3" % Runtime
11Compile / unmanagedResourceDirectories += baseDirectory.value
Note: See TracBrowser for help on using the repository browser.