From 8b247b423be68881aab615bd44b615eb0979cbc9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 05:19:01 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e974b16..29ce481 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val commonSettings = Def.settings( organization := "com.spotify", name := "noether", description := "ML Aggregators", - scalaVersion := "2.13.10", + scalaVersion := "2.13.11", crossScalaVersions := Seq("3.2.2", "2.11.12", "2.12.17", scalaVersion.value), scalacOptions ++= commonScalacOptions, scalacOptions ++= {