From 48bfe55977e954003e80ef632718268585fd2919 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Nov 2020 04:47:24 +0100 Subject: [PATCH] Update sbt-softwaremill-common, ... to 1.9.14 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b85048c..3d0c09b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0-M2") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.6.0") -val sbtSoftwareMillVersion = "1.9.13" +val sbtSoftwareMillVersion = "1.9.14" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)