File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
7
7
Unreleased
8
8
----------
9
9
10
+ * util: Update snakeyaml to 1.28 ``PHAB_ID=D930268 ``
11
+
10
12
Breaking API Changes
11
13
~~~~~~~~~~~~~~~~~~~~
12
14
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val caffeineLib = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.3"
26
26
val jsr305Lib = " com.google.code.findbugs" % " jsr305" % " 2.0.1"
27
27
val scalacheckLib = " org.scalacheck" %% " scalacheck" % " 1.15.4" % " test"
28
28
val slf4jApi = " org.slf4j" % " slf4j-api" % slf4jVersion
29
- val snakeyaml = " org.yaml" % " snakeyaml" % " 1.24 "
29
+ val snakeyaml = " org.yaml" % " snakeyaml" % " 1.28 "
30
30
31
31
def travisTestJavaOptions : Seq [String ] = {
32
32
// We have some custom configuration for the Travis environment
You can’t perform that action at this time.
0 commit comments