From d644e05af378be3c9673da83ce0b3fa543636483 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:27:27 +0200 Subject: [PATCH] Update auxlib, clib, javalib, junit-plugin, ... to 0.5.1 (#156) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9c4dd5a..efea97f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") // Scala Native support -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")