Skip to content

Commit

Permalink
Merge pull request sbt#133 from regadas/fix/tests
Browse files Browse the repository at this point in the history
Fix caseclassrenderer test
  • Loading branch information
xuwei-k authored Aug 5, 2018
2 parents 21b33ec + 0b37318 commit 8d9c233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sbt-test/sbt-buildinfo/caseclassrenderer/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val root = (project in file(".")).
""" name: String,""" ::
""" projectVersion: Any,""" ::
""" scalaVersion: String,""" ::
""" ivyXml: scala.xml.NodeSeq,""" ::
""" ivyXML: scala.xml.NodeSeq,""" ::
""" homepage: scala.Option[java.net.URL],""" ::
""" licenses: scala.collection.Seq[(String, java.net.URL)],""" ::
""" apiMappings: Map[java.io.File, java.net.URL],""" ::
Expand All @@ -60,7 +60,7 @@ lazy val root = (project in file(".")).
""" name = "helloworld",""" ::
""" projectVersion = 0.1,""" ::
""" scalaVersion = "2.11.8",""" ::
""" ivyXml = scala.collection.Seq(),""" ::
""" ivyXML = scala.collection.Seq(),""" ::
""" homepage = scala.Some(new java.net.URL("http://example.com")),""" ::
""" licenses = scala.collection.Seq(("MIT License" -> new java.net.URL("https://github.com/sbt/sbt-buildinfo/blob/master/LICENSE"))),""" ::
""" apiMappings = Map(),""" ::
Expand Down

0 comments on commit 8d9c233

Please sign in to comment.