Skip to content

Commit b353177

Browse files
authored
Update to scala 2.11.12
Some dependency and security checkers complain about scala 2.11.11 and scala 2.12.<4 artifacts due to the compiler security issue. Would be nice if we could get a scala-logging 3.7.3 release out soon.
1 parent c8066a7 commit b353177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Version {
44
val logback = "1.2.3"
55
val mockito = "1.10.19"
6-
val scala = "2.11.11"
6+
val scala = "2.11.12"
77
val crossScala = List(scala, "2.12.4", "2.13.0-M2")
88
val scalaTest = "3.0.4"
99
val slf4j = "1.7.25"

0 commit comments

Comments
 (0)