From c2d66e52cf2542e40ed2dc533118233e722286a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jun 2026 22:04:39 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index e907aa3..82ab044 100644 --- a/build.mill +++ b/build.mill @@ -186,7 +186,7 @@ object fixtureJava extends JavaModule with PublishModule { } object fixtureScala2 extends ScalaModule with PublishModule { - def scalaVersion = "2.13.16" + def scalaVersion = "2.13.18" def javacOptions = Seq("--release", "17") def publishVersion = "0.1.0-SNAPSHOT" def artifactName = "cellar-fixture-scala2"