Skip to content

Commit 647406c

Browse files
Update scala-library to 2.13.14
1 parent aa6d4fc commit 647406c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT"
55

66
lazy val root = (project in file(".")).enablePlugins(PlayScala)
77

8-
scalaVersion := "2.13.13"
8+
scalaVersion := "2.13.14"
99

1010
libraryDependencies += guice
1111
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test

0 commit comments

Comments
 (0)