source: doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendDynamic/build.sbt @ 5adf4f4

ADTast-experimental
Last change on this file since 5adf4f4 was 5adf4f4, checked in by caparson <caparson@…>, 15 months ago

added caf/uC++/proto benchmarks

  • 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.