Skip to content

Commit a95482d

Browse files
committed
updated last play module to scala 3
1 parent 0223943 commit a95482d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-scala/configuration-access/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
enablePlugins(PlayScala)
77

8-
scalaVersion := ScalaVersions.scala2Version
8+
scalaVersion := ScalaVersions.scala3Version
99

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

0 commit comments

Comments
 (0)