From 1d36f459d92678dbbd6f55f4fd5902c1670ded46 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 14:47:04 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.16 --- build.sbt | 2 +- toctoc/ci/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index dc763b33d..f033a48fc 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} import org.scalajs.sbtplugin.ScalaJSCrossVersion val scala212 = "2.12.13" -val scala213 = "2.13.6" +val scala213 = "2.13.16" val scala3 = "3.3.1" inThisBuild( diff --git a/toctoc/ci/docker-compose.yml b/toctoc/ci/docker-compose.yml index d4d9b36a5..2a3c619e9 100644 --- a/toctoc/ci/docker-compose.yml +++ b/toctoc/ci/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: tests: - image: buildo/scala-sbt-alpine:8_2.13.6_1.5.5 + image: buildo/scala-sbt-alpine:8_2.13.16_1.5.5 container_name: tests environment: DB_USER: postgres