Skip to content

Commit

Permalink
Merge pull request #25 from SwissBorg/update/slick
Browse files Browse the repository at this point in the history
Update slick and slick-pg
  • Loading branch information
tiagomota authored Mar 15, 2024
2 parents d2b92ed + 69072a8 commit c334ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ trait ExtendedPostgresProfile
override protected def computeCapabilities: Set[Capability] =
super.computeCapabilities + JdbcCapabilities.insertOrUpdate

override val api = MyAPI
override val api: MyAPI.type = MyAPI

trait MyAPI
extends API
extends ExtPostgresAPI
with ArrayImplicits
with SimpleArrayPlainImplicits
with DateTimeImplicits
with Date2DateTimeImplicitsDuration
with NetImplicits
with LTreeImplicits
with RangeImplicits
Expand Down
5 changes: 2 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ object Dependencies {
val PekkoVersion = "1.0.2"
val ScaffeineVersion = "5.2.1"
val ScalaTestVersion = "3.2.18"
val SlickVersion = "3.4.1"
val SlickPgVersion = "0.21.1"
val SslConfigVersion = "0.6.1"
val SlickVersion = "3.5.0"
val SlickPgVersion = "0.22.0"
val LogbackVersion = "1.5.3"
val PostgresqlVersion = "42.7.3"

Expand Down

0 comments on commit c334ae1

Please sign in to comment.