From ccff49959381bef6e2b4f6e01b0211c0a07b172c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 03:00:20 +0000 Subject: [PATCH] Update versionsort to 1.0.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dc4a8c..b124104 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ scalaVersion := "2.12.17" libraryDependencies ++= List( "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r", // do not upgrade to 6.x unless you're willing to give up java 8 compatibility - "com.michaelpollmeier" % "versionsort" % "1.0.11", + "com.michaelpollmeier" % "versionsort" % "1.0.13", "org.scalatest" %% "scalatest" % "3.2.16" % Test) addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")