From f023e12abddf5283b07dcfd0abd2113be437ec45 Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:30:43 +0000 Subject: [PATCH] Update scala-library to 2.13.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb5336b..575e6ea 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := """play-slick-example""" version := "1.0" -scalaVersion := "2.13.5" +scalaVersion := "2.13.9" lazy val root = (project in file(".")).enablePlugins(PlayScala)