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