Skip to content

Commit

Permalink
update slick
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 13, 2024
1 parent 23ee121 commit 49eb3a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Slick Web App
unfiltered_version = maven(ws.unfiltered, unfiltered_2.13, stable)
scala_version = maven(org.scala-lang, scala-library, stable)
slick_version = 3.4.1
slick_version = 3.5.1
sbt_version = maven(org.scala-sbt, sbt, stable)
2 changes: 1 addition & 1 deletion src/main/g8/src/main/scala/DogRun.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.example

import slick.driver.H2Driver.api._
import slick.jdbc.H2Profile.api._
import unfiltered.request._
import unfiltered.response._
import unfiltered.directives._
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/src/main/scala/SlickSetup.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.example

import slick.driver.H2Driver.api._
import slick.jdbc.H2Profile.api._
import com.mchange.v2.c3p0.ComboPooledDataSource

import scala.concurrent.{Await, Future}
Expand Down

0 comments on commit 49eb3a5

Please sign in to comment.