Explorar o código

Slight name case change.

Thomas Flucke %!s(int64=6) %!d(string=hai) anos
pai
achega
7073ae47e0
Modificáronse 1 ficheiros con 1 adicións e 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"
   )