Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 3aca081

Browse files
committed
Moved form npmjs to the new github package registry. Updated the gui project to use the new dependency.
1 parent c72d0d1 commit 3aca081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/ScalatraBootstrap.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.scalatra._
1111
* This class provides all runtime information for Scalatra. Servlets are mounted here.
1212
*/
1313
class ScalatraBootstrap extends LifeCycle {
14-
val apiVersion = "3.0.0-0"
14+
val apiVersion = "3.0.0-2"
1515
implicit val swagger: CodeOverflowSwagger = new CodeOverflowSwagger(apiVersion)
1616

1717
override def init(context: ServletContext) {

0 commit comments

Comments
 (0)