Skip to content
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: INCATools/whelk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a06a6429412faab5f4eb59f751884ac614a9975f
Choose a base ref
..
head repository: INCATools/whelk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d81d622f073ab5adf3d70e65353bbd8292646201
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 project/plugins.sbt
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")