From c5528ac6a42490214d261df015356054624622d9 Mon Sep 17 00:00:00 2001 From: Chord Date: Mon, 11 May 2020 15:24:10 +0200 Subject: [PATCH] Revert missing class loader strategy --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index da8a582e..d6b1138a 100644 --- a/build.sbt +++ b/build.sbt @@ -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",