Skip to content

Commit

Permalink
Pin fs2-data to 1.8.x
Browse files Browse the repository at this point in the history
Switches to JDK 11+ in 1.9.x series.
  • Loading branch information
lindholc committed Oct 17, 2023
1 parent f82b474 commit c8f5463
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# We need to use logback 1.3 to maintain JDK 8 compatibility.
updates.pin = [ { groupId = "ch.qos.logback", artifactId="logback-classic", version = "1.3." } ]
updates.pin = [
# We need to use fs2-data 1.8 to maintain JDK 8 compatibility.
{ groupId = "org.gnieh", version = "1.8." },
# We need to use logback 1.3 to maintain JDK 8 compatibility.
{ groupId = "ch.qos.logback", artifactId="logback-classic", version = "1.3." }
]

0 comments on commit c8f5463

Please sign in to comment.