From 0087724e016de1fe0539522ce7c8775933dcf59b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 01:44:03 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d33ca54..9e2875f 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) resolvers += Resolver.sonatypeRepo("snapshots") -scalaVersion := "2.13.12" +scalaVersion := "2.13.13" libraryDependencies += guice libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test