From f98c60e37fb56d1f59694891f83eb1eaf7782a09 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Jul 2022 15:09:54 +0000 Subject: [PATCH] Update junit-plugin, junit-runtime, ... to 0.4.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 02b0129..20632a1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") // Scala Native support -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5")