We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6e486 commit 98e7af2Copy full SHA for 98e7af2
project/Dependencies.scala
@@ -3,10 +3,9 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport.*
3
4
//noinspection TypeAnnotation
5
object Dependencies {
6
- val Version = "3.2.0"
+ val Version = "3.3.0"
7
val ScalaVersion = "3.7.1"
8
val PekkoVersion = "1.1.4"
9
-// val PlayJsonVersion = "3.0.4"
10
val PlayJsonVersion = "3.1.0-M1"
11
val ScalaTagsVersion = "0.13.1"
12
val ScalaJsDomVersion = "2.8.0"
0 commit comments