Skip to content

Commit 3de5a74

Browse files
committed
Add generated sources.
1 parent 06345cc commit 3de5a74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main/scala-2.10.6/src_managed/sbt-buildinfo/BuildInfo.scala

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ import scala.Predef._
66
case 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

Comments
 (0)