Moved to app/Main, scheduler helper methods moved to unfinished test

This commit is contained in:
Guntis Smaukstelis
2023-05-25 13:51:45 +03:00
parent d651e3f3bd
commit 1abb12d92a
5 changed files with 30 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ ThisBuild / scalaVersion := "2.13.10"
lazy val root = (project in file("."))
.settings(
name := "WeatherTool",
Compile / mainClass := Some("server.Main")
Compile / mainClass := Some("app.Main")
)
val http4sVersion = "0.23.18"