Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Upgrade slick.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrick committed Jul 23, 2019
1 parent 0c5ebb5 commit a76a705
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions server/libs/jdbc-native-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions server/libs/jwt-native-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val play = "2.6.8"
val scalactic = "3.0.4"
val scalaTest = "3.0.4"
val slick = "3.2.3"
val slick = "3.3.2"
val jackson = "2.8.4"
val http4sVersion = "0.18.21"
}
Expand Down

1 comment on commit a76a705

@mcmar
Copy link

@mcmar mcmar commented on a76a705 Jul 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm glad to see there's a fix for the database connection pool. Do you think it's possible to release a fix for 1.34.x, which is the current stable prisma version? I thought it was strange that it was only released for 1.30.5

Please sign in to comment.