From c76ef36e0f7b197ab62497385c09e86e8a301981 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:47:01 +0100 Subject: [PATCH] Update scala-library to 2.13.15 (#590) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b45213f..7fae7b4 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.14" +ThisBuild / scalaVersion := "2.13.15" Global / excludeLintKeys += webpackDevServerPort // TODO: