From eefc6d3026a36648c84b8604acd100c71ce59d21 Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:03:29 +0200 Subject: [PATCH] Update scala3-library to 3.5.0 (#78) Co-authored-by: lunatech-scala-steward[bot] <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d6b6353..496bdef 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala) scalaVersion := "2.13.14" -crossScalaVersions := Seq("2.13.14", "3.4.3") +crossScalaVersions := Seq("2.13.14", "3.5.0") libraryDependencies ++= Seq( ws, guice,