Skip to content

Commit

Permalink
Pin slick to 3.5.1 (#237)
Browse files Browse the repository at this point in the history
replaces #235
  • Loading branch information
raboof authored Oct 7, 2024
1 parent fc52d34 commit 99ffcd7
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 @@ -17,4 +17,6 @@ updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# use mssql-jdbc Java 8 artifacts
{ groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } }
# Newer versions need JDK 11 https://github.com/slick/slick/issues/3030
{ groupId = "com.typesafe.slick", version = "3.5.1" }
]

0 comments on commit 99ffcd7

Please sign in to comment.