Skip to content

Commit 7e0f9df

Browse files
authored
update scala version (#45)
1 parent 0b1acb3 commit 7e0f9df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ val prometheusHotSpot = "io.prometheus" % "simpleclient_hotspot" % "0.16.0"
77

88
lazy val commonSettings = Seq(
99
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint"), // , "-Xfatal-warnings"),
10-
scalaVersion := "2.13.8",
10+
// fix https://nvd.nist.gov/vuln/detail/CVE-2022-36944
11+
scalaVersion := "2.13.9",
1112
libraryDependencies += scalaTestArtifact,
1213
fork := true,
1314
organization := "com.salesforce.mce",

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.8.5"
1+
ThisBuild / version := "0.8.6"

0 commit comments

Comments
 (0)