From 8d1ee14fa0689066ee6770e921cd59b6a6b69495 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Jan 2024 01:41:44 +0000 Subject: [PATCH] Update sbt-multi-jvm to 0.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..530ef41d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") // Multi-JVM testing -addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0") +addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0") // Dependency helper plugins addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")