Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zio-archive/interop-reactive-streams
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23752bd1c58b74d1407d0f29a45c24665672c15c
Choose a base ref
..
head repository: zio-archive/interop-reactive-streams
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ec877685bfdb01131ea1c4cc8f715fa21edee19
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 project/plugins.sbt
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.0.0+84-6fd7d64e-SNAPSHOT")