Przeglądaj źródła

Slight name case change.

Thomas Flucke 6 lat temu
rodzic
commit
7073ae47e0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.sbt

+ 1 - 1
build.sbt

@@ -1,5 +1,5 @@
 lazy val root = (project in file("."))
   .enablePlugins(SbtPlugin)
   .settings(
-    name := "web-routes"
+    name := "WebRoutes"
   )