From b0b026be99bf1f1b18be7dcbeb32cde2766f00d0 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 7 Sep 2024 10:08:43 -0700 Subject: [PATCH] scala-library: 2.12.19 -> 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 556efe5..884d809 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ name := "sbt-frege" // build sbtPlugin := true enablePlugins(SbtPlugin) -scalaVersion := "2.12.19" +scalaVersion := "2.12.20" scalacOptions ++= Seq( "-deprecation" , "-encoding", "utf8" , "-feature"