We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e49fd commit 22597f4Copy full SHA for 22597f4
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Version {
4
val logback = "1.2.3"
5
val mockito = "1.5.18"
6
- val scala = "2.13.3"
+ val scala = "2.13.1"
7
val crossScala = List(scala, "2.11.12", "2.12.12")
8
val scalaTest = "3.2.1"
9
val slf4j = "1.7.30"
0 commit comments