From 95d9a7650c73711d7e9c2af4ff0b8e2babbfa215 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jan 2022 04:37:15 +0100 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8852f7dc7..ce3f8c3ae 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ lazy val copyWebapp = taskKey[Unit]("Copy webapp") lazy val commonSettings = commonSmlBuildSettings ++ Seq( organization := "com.softwaremill.bootzooka", - scalaVersion := "2.13.7", + scalaVersion := "2.13.8", libraryDependencies ++= commonDependencies, uiDirectory := baseDirectory.value.getParentFile / uiProjectName, updateYarn := {