Skip to content

Commit

Permalink
pin slick to 3.5.1
Browse files Browse the repository at this point in the history
replaces #851
  • Loading branch information
raboof committed Oct 6, 2024
1 parent 8500f3c commit 898d72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ updates.pin = [
{ groupId = "ch.qos.logback", version="1.3." }
# Pin h2 to v2.2 because v2.3 needs JDK11
{ groupId = "com.h2database", version="2.2." }
# Newer versions need JDK 11 https://github.com/slick/slick/issues/3030
{ groupId = "com.typesafe.slick", version = "3.5.1" }
# https://github.com/apache/pekko-connectors/issues/503
{ groupId = "com.couchbase.client", artifactId = "java-client", version = "2." }
# Scala 3.3 is a LTS
Expand Down

0 comments on commit 898d72c

Please sign in to comment.