Skip to content

Commit

Permalink
scala 2.13 support in play3
Browse files Browse the repository at this point in the history
  • Loading branch information
migiside committed Nov 13, 2023
1 parent 10b85a4 commit f98e237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ReleaseTransformations._
organization := "com.dripower"
name := "play-circe"
scalaVersion := "3.3.1"
crossScalaVersions := Seq("2.13.12", scalaVersion.value)

val playV = "3.0.0"
val circeV = "0.14.6"
Expand Down

0 comments on commit f98e237

Please sign in to comment.