Browse Source

Slight name case change.

Thomas Flucke 6 years ago
parent
commit
7073ae47e0
1 changed files with 1 additions and 1 deletions
  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"
   )