Skip to content

Commit

Permalink
update scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 31, 2024
1 parent 3d8735a commit 9ec5a80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "{{artifactId}}"

organization := "{{groupId}}"

scalaVersion := "2.11.8"
scalaVersion := "2.13.13"

val playJsonDerivedCodecs = "org.julienrf" %% "play-json-derived-codecs" % "3.3"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "{{groupId}}"
version := "{{artifactVersion}}"
name := "{{artifactId}}"
scalaVersion := "2.12.6"
scalaVersion := "2.13.13"

enablePlugins(PlayScala)

Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/scala-lagom-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "scala-lagom-server"

organization := "org.openapitools"

scalaVersion := "2.11.8"
scalaVersion := "2.13.13"

val playJsonDerivedCodecs = "org.julienrf" %% "play-json-derived-codecs" % "3.3"

Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/scala-play-server/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := ""
version := ""
name := ""
scalaVersion := "2.12.6"
scalaVersion := "2.13.13"

enablePlugins(PlayScala)

Expand Down

0 comments on commit 9ec5a80

Please sign in to comment.