From bff7b7ef8eaad3c0956a8465e5b1812383ac1292 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Jan 2024 15:07:09 +0000 Subject: [PATCH] Update junit-plugin, junit-runtime, ... to 0.4.17 --- 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