This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import uk .gov .hmrc .DefaultBuildSettings
2
2
3
3
ThisBuild / majorVersion := 0
4
- ThisBuild / scalaVersion := " 2.13.12 "
4
+ ThisBuild / scalaVersion := " 3.3.3 "
5
5
6
6
lazy val microservice = Project (" simple-api-deployment-stubs" , file(" ." ))
7
7
.enablePlugins(play.sbt.PlayScala , SbtDistributablesPlugin )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ include "backend.conf"
20
20
appName = simple-api-deployment-stubs
21
21
22
22
# Default http client
23
- play.modules.enabled += "uk.gov.hmrc.play.bootstrap.HttpClientModule "
23
+ play.modules.enabled += "uk.gov.hmrc.play.bootstrap.HttpClientV2Module "
24
24
25
25
# Json error handler
26
26
play.http.errorHandler = "uk.gov.hmrc.play.bootstrap.backend.http.JsonErrorHandler"
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import sbt._
5
5
6
6
object AppDependencies {
7
7
8
- private val bootstrapVersion = " 8.4 .0"
8
+ private val bootstrapVersion = " 9.3 .0"
9
9
10
10
val compile = Seq (
11
11
" uk.gov.hmrc" %% " bootstrap-backend-play-30" % bootstrapVersion,
12
- " io.swagger.parser.v3" % " swagger-parser" % " 2.1.14"
12
+ " io.swagger.parser.v3" % " swagger-parser" % " 2.1.14" // increasing version beyond this causes jackson-databind version conflicts
13
13
)
14
14
15
15
val test = Seq (
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ resolvers += Resolver.typesafeRepo("releases")
4
4
5
5
addSbtPlugin(" uk.gov.hmrc" % " sbt-auto-build" % " 3.22.0" )
6
6
addSbtPlugin(" uk.gov.hmrc" % " sbt-distributables" % " 2.5.0" )
7
- addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.1 " )
8
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.9 " )
7
+ addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.5 " )
8
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.1.0 " )
You can’t perform that action at this time.
0 commit comments