Skip to content

Commit 609b537

Browse files
authored
Merge pull request #1694 from lwronski/pin-jsoniter-scala-8
Ignore `jsoniter` updates for JDK 8
2 parents 2b69569 + 1898b08 commit 609b537

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.scala-steward.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
updates.ignore = [
2+
{ groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId="jsoniter-scala-macros", version="2.13.5.2" },
3+
{ groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId="jsoniter-scala-core", version="2.13.5.2" }
4+
]

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object Deps {
8585
def coursierCli = "2.1.0-RC2"
8686
def coursierM1Cli = "2.1.0-RC2"
8787
def jsoniterScala = "2.19.1"
88-
def jsoniterScalaJava8 = "2.13.5"
88+
def jsoniterScalaJava8 = "2.13.5.2"
8989
def scalaMeta = "4.7.0"
9090
def scalaNative = "0.4.9"
9191
def scalaPackager = "0.1.29"

0 commit comments

Comments
 (0)