File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/sbt-test/sbt-buildinfo/caseclassrenderer Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
- script : " sbt scripted"
2
+ script : " sbt scripted"
3
+ jdk :
4
+ - oraclejdk8
5
+ - openjdk11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ lazy val root = (project in file(".")).
7
7
settings(
8
8
name := " helloworld" ,
9
9
version := " 0.1" ,
10
- scalaVersion := " 2.11.8 " ,
10
+ scalaVersion := " 2.11.12 " ,
11
11
buildInfoKeys := Seq (
12
12
name,
13
13
BuildInfoKey .map(version) { case (n, v) => " projectVersion" -> v.toDouble },
@@ -59,7 +59,7 @@ lazy val root = (project in file(".")).
59
59
""" def apply(): BuildInfo = new BuildInfo(""" ::
60
60
""" name = "helloworld",""" ::
61
61
""" projectVersion = 0.1,""" ::
62
- """ scalaVersion = "2.11.8 ",""" ::
62
+ """ scalaVersion = "2.11.12 ",""" ::
63
63
""" ivyXML = scala.collection.Seq(),""" ::
64
64
""" homepage = scala.Some(new java.net.URL("http://example.com")),""" ::
65
65
""" licenses = scala.collection.Seq(("MIT License" -> new java.net.URL("https://github.com/sbt/sbt-buildinfo/blob/master/LICENSE"))),""" ::
You can’t perform that action at this time.
0 commit comments