From 9cfd3a3d8dddfbc72911e167e6967dfbde6ccf0b Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Fri, 14 Oct 2022 01:23:47 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f698ab..167de0b 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "learning-slick" version := "0.1" -scalaVersion := "2.13.5" +scalaVersion := "2.13.10" libraryDependencies ++= Seq( "com.h2database" % "h2" % "1.4.200",