From 9963f116e304bd38b8b47f09f02890a29a4497cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mareks=20Ramp=C4=81ns?= <8796159+mr-git@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:42:22 +0300 Subject: [PATCH] small cleanup --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4e98c2d..e4d30ea 100644 --- a/build.sbt +++ b/build.sbt @@ -2,13 +2,13 @@ name := "throttler" organization := "com.evolutiongaming" -homepage := Some(new URL("http://github.com/evolution-gaming/throttler")) +homepage := Some(url("https://github.com/evolution-gaming/throttler")) startYear := Some(2017) organizationName := "Evolution" -organizationHomepage := Some(url("http://evolution.com")) +organizationHomepage := Some(url("https://evolution.com")) scalaVersion := crossScalaVersions.value.head