From 0b37318d0971931879656fa82a4ffd83b82c75f2 Mon Sep 17 00:00:00 2001 From: Filipe Regadas Date: Sat, 4 Aug 2018 23:56:32 -0400 Subject: [PATCH] Fix caseclassrenderer test --- src/sbt-test/sbt-buildinfo/caseclassrenderer/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbt-test/sbt-buildinfo/caseclassrenderer/build.sbt b/src/sbt-test/sbt-buildinfo/caseclassrenderer/build.sbt index 9a5f371..5e53bf7 100644 --- a/src/sbt-test/sbt-buildinfo/caseclassrenderer/build.sbt +++ b/src/sbt-test/sbt-buildinfo/caseclassrenderer/build.sbt @@ -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],""" :: @@ -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(),""" ::