File tree 3 files changed +3
-2
lines changed
docs/manual/working/scalaGuide/main/sql/slick/code
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf
2
- version = 3.8 .3
2
+ version = 3.8 .4
3
3
runner.dialect = scala213
4
4
align.preset = more
5
5
assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class Application @Inject() (protected val dbConfigProvider: DatabaseConfigProvi
21
21
) extends AbstractController (cc)
22
22
with HasDatabaseConfigProvider [JdbcProfile ] {
23
23
// #di-database-config
24
+
24
25
import profile .api ._
25
26
26
27
def index (name : String ) = Action .async { implicit request =>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse(
8
8
addSbtPlugin(" com.typesafe.play" % " play-docs-sbt-plugin" % sys.props.getOrElse(" play.version" , " 2.9.6" ))
9
9
addSbtPlugin(" com.typesafe.play" % " interplay" % sys.props.get(" interplay.version" ).getOrElse(" 3.1.7" ))
10
10
11
- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2 " )
11
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
12
12
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
13
13
14
14
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2" )
You can’t perform that action at this time.
0 commit comments