From b7634784a2b660e02a4003e4a76dc815ed8dac41 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 24 Jan 2022 16:42:04 +0100 Subject: [PATCH] Update auxlib, javalib, junit-plugin, ... to 0.4.3 (#232) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 175a0840..bbabd9da 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers += Resolver.sonatypeRepo("snapshots") // versions val crossVer = "1.1.0" val scalaJSVersion = "1.8.0" -val scalaNativeVersion = "0.4.3-RC2" +val scalaNativeVersion = "0.4.3" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")