From b30fb1f321f3e198886a0b625ec277c87c28e0fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 20:31:00 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 09923727..093c7a08 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with webpack devserver ThisBuild / version := "0.1.0-SNAPSHOT" -ThisBuild / scalaVersion := "2.13.15" +ThisBuild / scalaVersion := "2.13.16" Global / excludeLintKeys += webpackDevServerPort // TODO: