From 3c2310c9d092cc2589743a081a433103ab58e59b Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 19 Jun 2016 02:43:48 -0400 Subject: fix organization URL type --- stage2/pom.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stage2') diff --git a/stage2/pom.scala b/stage2/pom.scala index 610f9f6..b521d51 100644 --- a/stage2/pom.scala +++ b/stage2/pom.scala @@ -1,5 +1,6 @@ package cbt +import java.net.URL case class Organization( name: String, - url: Option[String] + url: Option[URL] ) -- cgit v1.2.3