From b52d843a8812f9130f0ff379d2df4e713357904e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 22:24:46 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e2875f..16bc838 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) resolvers += Resolver.sonatypeRepo("snapshots") -scalaVersion := "2.13.13" +scalaVersion := "2.13.14" libraryDependencies += guice libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test