Skip to content

Commit

Permalink
release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Aug 9, 2021
1 parent 1c45014 commit c35b38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ def http4sDeps(version: String) = Seq(
"org.http4s" %% "http4s-server" % version % Provided,
"org.http4s" %% "http4s-blaze-client" % version % Test,
"org.http4s" %% "http4s-blaze-server" % version % Test,
"org.http4s" %% "http4s-dsl" % version % Test
"org.http4s" %% "http4s-dsl" % version % Test2
)

lazy val shared = Seq(
scalaVersion := "2.13.6",
crossScalaVersions := Seq("2.12.14", "2.13.6"),
publishTo := sonatypePublishToBundle.value,
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 12)) => Seq("-Ypartial-unification", "-language:higherKinds")
case _ => "-language:higherKinds" :: Nil
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
lazy val root = project in file(".") dependsOn(RootProject(uri("git://github.com/kamon-io/kamon-sbt-umbrella.git#kamon-2.x")))
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 comments on commit c35b38b

Please sign in to comment.