From 4267a0854629dd5818ac86aa06a66681bce646f2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 05:46:51 +0000 Subject: [PATCH] Update scala-library to 2.12.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 489c4149b..dfa9e377a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ organization := "com.github.sbt" homepage := Some(url("https://github.com/sbt/sbt-native-packager")) Global / onChangedBuildSource := ReloadOnSourceChanges -Global / scalaVersion := "2.12.12" +Global / scalaVersion := "2.12.18" // crossBuildingSettings crossSbtVersions := Vector("1.1.6")