Skip to content

Commit

Permalink
Merge pull request #207 from jilen/update/play-3.0.1
Browse files Browse the repository at this point in the history
Update play, play-guice to 3.0.1
  • Loading branch information
jilen authored Dec 27, 2023
2 parents 255fa3e + e6c4e7c commit e545f3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import ReleaseTransformations._

organization := "com.dripower"
name := "play-circe"
scalaVersion := "3.3.1"
organization := "com.dripower"
name := "play-circe"
scalaVersion := "3.3.1"
crossScalaVersions := Seq("2.13.12", scalaVersion.value)

val playV = "3.0.0"
val playV = "3.0.1"
val circeV = "0.14.6"

val crossDeps = Seq(
Expand Down

0 comments on commit e545f3b

Please sign in to comment.