Explorar el Código

Slight name case change.

Thomas Flucke hace 6 años
padre
commit
7073ae47e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
   )