Skip to content

Commit

Permalink
chore(deps): ⬆️ upgrade Dependencies
Browse files Browse the repository at this point in the history
Scala from 2.12.16 to 2.12.17
Scala from 2.13.8 to 2.13.10
Play from 2.8.16 to 2.8.18
Play Slick from 5.0.2 to 5.1.0
Play Json from 2.9.2 to 2.9.3
Scoverage from 1.9.3 to 2.0.6

Signed-off-by: Felipe Bonezi <[email protected]>
  • Loading branch information
felipebonezi committed Oct 22, 2022
1 parent 5a842ef commit e25041f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ import sbt._

object Dependencies {

val scala212 = "2.12.16"
val scala213 = "2.13.8"
val scala212 = "2.12.17"
val scala213 = "2.13.10"

val playVersion: String = "2.8.16"
val playSlickVersion: String = "5.0.2"
val playJsonVersion: String = "2.9.2"
val playVersion: String = "2.8.18"
val playSlickVersion: String = "5.1.0"
val playJsonVersion: String = "2.9.3"
val playRedisVersion: String = "2.7.0"
val typesafeConfigVersion: String = "1.4.2"

Expand Down

0 comments on commit e25041f

Please sign in to comment.