From 227b964ddae70e7bfca1f4dcf277f476885fa176 Mon Sep 17 00:00:00 2001 From: Vasilis Nicolaou Date: Fri, 16 Feb 2024 11:14:15 +0000 Subject: [PATCH] Cleanup --- instrumentation/kamon-http4s/build.sbt | 64 +------------------------- 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/instrumentation/kamon-http4s/build.sbt b/instrumentation/kamon-http4s/build.sbt index b8bbee4ea..55b914607 100644 --- a/instrumentation/kamon-http4s/build.sbt +++ b/instrumentation/kamon-http4s/build.sbt @@ -124,66 +124,4 @@ Test / test := Def.taskDyn { (`Test-Http4s-1.0` / test).value } } -}.value - -//lazy val shared = Seq( -// organization := "io.kamon", -// scalaVersion := "2.12.14", -// crossScalaVersions := Seq("2.12.14", "2.13.8"), -// moduleName := name.value, -// publishTo := sonatypePublishToBundle.value, -// scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match { -// case Some((2, 12)) => Seq("-Ypartial-unification", "-language:higherKinds") -// case Some((3, _)) => Seq("-source:3.0-migration", "-Xtarget:8") -// case _ => "-language:higherKinds" :: Nil -// }), -// libraryDependencies ++= Seq(kamonCore, kamonCommon) ++ Seq( -// scalatestLocal, -// kamonTestkit -// ).map(_ % Test), -// publishMavenStyle := true, -// licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")), -// homepage := Some(url("https://kamon.io")), -// scmInfo := Some( -// ScmInfo( -// url("https://github.com/kamon-io/kamon-http4s"), -// "scm:git@github.com:kamon-io/kamon-http4s.git" -// ) -// ), -// developers := List( -// Developer(id="ivantopo", name="Ivan Topolnjak", url=url("https://twitter.com/ivantopo"), email=""), -// Developer(id="dpsoft", name="Diego Parra", url=url("https://twitter.com/dpsoft"), email=""), -// Developer(id="vaslabs", name="Vasilis Nicolaou", url=url("https://github.com/vaslabs"), email=""), -// Developer(id="jchapuis", name="Jonas Chapuis", url=url("https://github.com/jchapuis"), email="") -// ) -//) - -// -//lazy val `kamon-http4s-0_23` = project -// .in(file("0.23")) -// .settings( -// shared, -// name := "kamon-http4s-0.23", -// crossScalaVersions += "3.3.0", -// libraryDependencies ++= http4sDeps("0.23.19", "0.23.14") -// ) -// -//lazy val `kamon-http4s-1_0` = project -// .in(file("1.0")) -// .settings( -// shared, -// name := "kamon-http4s-1.0", -// crossScalaVersions := Seq("2.13.8", "3.3.0"), -// libraryDependencies ++= http4sDeps("1.0.0-M38", "1.0.0-M38") -// ) -// -//lazy val root = project -// .in(file(".")) -// .settings( -// shared, -// name := "kamon-http4s", -// publish / skip := true, -// Test / parallelExecution := false, -// Global / concurrentRestrictions += Tags.limit(Tags.Test, 1) -// ) -// .aggregate(`kamon-http4s-0_23`, `kamon-http4s-1_0`) +}.value \ No newline at end of file