From 4c2277b9611c6a86eb36e68bec1c87802fa005a0 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 9 Sep 2024 14:13:23 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3c34d3e..c351dd9 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / dynverVTagPrefix := false lazy val root = (project in file(".")) .settings( organization := "fun.zhongl", - scalaVersion := "2.13.12", + scalaVersion := "2.13.14", name := "passport", scalafmtOnCompile := true, scalacOptions += "-deprecation",