We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b416cd2 commit fd7aa40Copy full SHA for fd7aa40
2.8/http/scalatra-http-demo/build.sbt
@@ -7,13 +7,10 @@ val ScalatraVersion = "2.8.0"
7
8
libraryDependencies ++= Seq(
9
"org.scalatra" %% "scalatra" % ScalatraVersion,
10
- "org.scalatra" %% "scalatra-scalate" % ScalatraVersion,
11
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % Test,
12
"ch.qos.logback" % "logback-classic" % "1.2.3" % Provided,
13
"org.eclipse.jetty" % "jetty-webapp" % "9.4.35.v20201120" % Provided,
14
"javax.servlet" % "javax.servlet-api" % "3.1.0" % Provided
15
)
16
17
-ThisBuild / evictionErrorLevel := Level.Warn
18
-
19
enablePlugins(JettyPlugin)
2.8/http/scalatra-http-demo/src/main/webapp/WEB-INF/templates/layouts/default.jade
2.8/http/scalatra-http-demo/src/main/webapp/WEB-INF/templates/views/hello-scalate.jade
0 commit comments