From 121b7663135dcba4e1ff2219aefac91ba056fa67 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 7 Sep 2024 10:12:12 -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 220e4b45..c28f2dbf 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ name := "xsbt-web-plugin" organization := "com.earldouglas" sbtPlugin := true scalacOptions ++= Seq("-feature", "-deprecation") -scalaVersion := "2.12.19" +scalaVersion := "2.12.20" // scripted-plugin scriptedBufferLog := false