Skip to content

Commit

Permalink
Merge branch 'master' into update/play-3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jilen authored Sep 14, 2024
2 parents adba690 + 0c3716e commit d809c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ scalaVersion := "3.3.3"
crossScalaVersions := Seq("2.13.14", scalaVersion.value)

val playV = "3.0.5"
val circeV = "0.14.8"
val circeV = "0.14.10"

val crossDeps = Seq(
"io.circe" %% "circe-core" % circeV,
"io.circe" %% "circe-parser" % circeV,
"io.circe" %% "circe-generic" % circeV % Test,
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.hamcrest" % "hamcrest" % "2.2" % Test,
"org.playframework" %% "play" % playV % Provided,
"org.playframework" %% "play-guice" % playV % Provided
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

0 comments on commit d809c53

Please sign in to comment.