From 6a520061cfa6088c59ec2e588525b7f400213570 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 6 Apr 2017 07:10:35 +0900 Subject: [PATCH] s/2.11/2.12 --- doc/how_to_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how_to_run.md b/doc/how_to_run.md index ea3190923..77c1f5d3d 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -23,7 +23,7 @@ To build war file, run the following command: $ sbt package ``` -`gitbucket_2.11-x.x.x.war` is generated into `target/scala-2.11`. +`gitbucket_2.12-x.x.x.war` is generated into `target/scala-2.12`. To build executable war file, run