From 61f96fee3fc4e35a627d3242664c7cb5806b4195 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 17:09:35 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f06e9ba..30be0a7 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val commonSettings = Seq( url = url("https://github.com/AnderEnder") ), ), - scalaVersion := "2.12.17", + scalaVersion := "2.12.20", scalacOptions ++= Seq( "-deprecation", "-encoding", "UTF-8",