@@ -6,16 +6,16 @@ import scala.Predef._
66case object BuildInfo {
77 /** The value is "Chisel". */
88 val buildInfoPackage : String = " Chisel"
9- /** The value is "2.2.38 ". */
10- val version : String = " 2.2.38 "
9+ /** The value is "2.2.39 ". */
10+ val version : String = " 2.2.39 "
1111 /** The value is "2.10.6". */
1212 val scalaVersion : String = " 2.10.6"
13- /** The value is "0.13.11 ". */
14- val sbtVersion : String = " 0.13.11 "
15- /** The value is "2017 -04-24 18:44:57.905 ". */
16- val builtAtString : String = " 2017 -04-24 18:44:57.905 "
17- /** The value is 1493059497905L . */
18- val builtAtMillis : scala.Long = 1493059497905L
13+ /** The value is "0.13.16 ". */
14+ val sbtVersion : String = " 0.13.16 "
15+ /** The value is "2018 -04-18 17:10:54.007 ". */
16+ val builtAtString : String = " 2018 -04-18 17:10:54.007 "
17+ /** The value is 1524071454007L . */
18+ val builtAtMillis : scala.Long = 1524071454007L
1919 override val toString : String = {
2020 " buildInfoPackage: %s, version: %s, scalaVersion: %s, sbtVersion: %s, builtAtString: %s, builtAtMillis: %s" format (
2121 buildInfoPackage, version, scalaVersion, sbtVersion, builtAtString, builtAtMillis
0 commit comments