Update scala version (#20953)

This commit is contained in:
kenji yoshida
2025-03-24 14:55:46 +09:00
committed by GitHub
parent 34c6c583cc
commit 7d977b63dc
82 changed files with 90 additions and 90 deletions

View File

@@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayJava)
scalaVersion := "2.12.6"
scalaVersion := "2.12.20"
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"