mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44: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
|
"-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",
|
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.typesafe.akka" %% "akka-actor" % "2.4.4",
|
"com.typesafe.akka" %% "akka-actor" % "2.4.4",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue