mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
Revert missing class loader strategy
This commit is contained in:
parent
82e8840176
commit
c5528ac6a4
|
|
@ -25,6 +25,7 @@ lazy val commonSettings = Seq(
|
|||
"-sourcepath", baseDirectory.value.getAbsolutePath // needed for scaladoc relative source paths
|
||||
)
|
||||
},
|
||||
classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat,
|
||||
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
|
||||
libraryDependencies ++= Seq(
|
||||
"com.typesafe.akka" %% "akka-actor" % "2.4.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue