From c2a2ac8c5bdf641f555c17ea9963984d19eadbb6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:40:11 +0100 Subject: [PATCH] Update junit-plugin, junit-runtime, ... to 0.4.17 (#362) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index af3527f9..c583ca5f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") // versions val crossVer = "1.3.2" val scalaJSVersion = "1.15.0" -val scalaNativeVersion = "0.4.16" +val scalaNativeVersion = "0.4.17" val scalafix = "0.11.1" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git