mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 03:04:54 +08:00
fix build errors, and bump resource-tools version
This commit is contained in:
parent
e6b5fa5157
commit
4faa9cb5e5
@ -113,3 +113,12 @@ lazy val morny_coeur = (project in file(MornyProject.morny_coeur.id))
|
||||
|
||||
lazy val root = (project in file ("."))
|
||||
.aggregate(morny_system_lib, morny_coeur)
|
||||
.settings(
|
||||
assembly / aggregate := false,
|
||||
assembly := {
|
||||
(morny_coeur / assembly).value
|
||||
},
|
||||
run := {
|
||||
(morny_coeur / Compile / run).evaluated
|
||||
}
|
||||
)
|
||||
|
@ -43,7 +43,7 @@ object MornyConfiguration {
|
||||
"com.github.spotbugs" % "spotbugs-annotations" % "4.8.4" % Compile,
|
||||
|
||||
"cc.sukazyo" % "messiva" % "0.2.0",
|
||||
"cc.sukazyo" % "resource-tools" % "0.3.0",
|
||||
"cc.sukazyo" % "resource-tools" % "0.3.1",
|
||||
|
||||
"com.github.pengrad" % "java-telegram-bot-api" % "6.2.0",
|
||||
|
||||
@ -70,14 +70,14 @@ object MornyConfiguration {
|
||||
|
||||
override val group = GROUP
|
||||
override val root_package = s"$GROUP.cono.morny"
|
||||
override val main_class = s"${this.root_package}.ServerMain"
|
||||
override val main_class = s"${this.root_package}.core.ServerMain"
|
||||
|
||||
override val dependencies = Seq(
|
||||
|
||||
"com.github.spotbugs" % "spotbugs-annotations" % "4.8.4" % Compile,
|
||||
|
||||
"cc.sukazyo" % "messiva" % "0.2.0",
|
||||
"cc.sukazyo" % "resource-tools" % "0.3.0",
|
||||
"cc.sukazyo" % "resource-tools" % "0.3.1",
|
||||
|
||||
"com.github.pengrad" % "java-telegram-bot-api" % "6.2.0",
|
||||
"org.http4s" %% "http4s-dsl" % "0.23.27",
|
||||
|
Loading…
Reference in New Issue
Block a user