From f83799b0dddbfe845eb726b522d1a11582712e09 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 12:28:52 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95fd4286..a2374b18 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ lazy val standardSettings = Seq( organization := "com.github.agourlay", description := "An extensible Scala DSL for testing JSON HTTP APIs.", homepage := Some(url("https://github.com/agourlay/cornichon")), - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", crossScalaVersions := Seq(scalaVersion.value, "2.12.20"), licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")), Test / fork := true,