Last change
on this file was
5adf4f4,
checked in by caparson <caparson@…>, 20 months ago
|
added caf/uC++/proto benchmarks
|
-
Property mode set to
100644
|
File size:
353 bytes
|
Line | |
---|
1 | name := "dummy" |
---|
2 | version := "0.0" |
---|
3 | scalaVersion := "2.13.1" |
---|
4 | scalacOptions += "-deprecation" |
---|
5 | lazy val akkaVersion = "2.6.14" |
---|
6 | |
---|
7 | libraryDependencies ++= Seq( |
---|
8 | "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion |
---|
9 | ) |
---|
10 | libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.3" % Runtime |
---|
11 | Compile / unmanagedResourceDirectories += baseDirectory.value |
---|
Note: See
TracBrowser
for help on using the repository browser.