Skip to content

Commit

Permalink
Remove last references to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 30, 2022
1 parent 6547e71 commit 7e5a861
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
19 changes: 0 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,3 @@ bin

# IntelliJ IDEA specific
.idea

# samples
samples/*/logs
samples/*/project/project
samples/*/project/target
samples/*/target
samples/*/bin
samples/*/tmp
samples/*/.history
samples/*/dist
samples/*/.idea
samples/*/*.iml
samples/*/out
samples/*/.idea_modules
samples/*/.classpath
samples/*/.project
samples/*/RUNNING_PID
samples/*/.settings
/bin/
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install: jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx
script:
- sbt ++$TRAVIS_SCALA_VERSION scalafmtCheckAll scalafmtSbtCheck mimaReportBinaryIssues
- sbt ++$TRAVIS_SCALA_VERSION docs/scalafmtCheckAll docs/scalafmtSbtCheck docs/test docs/validateDocs
- sbt ++$TRAVIS_SCALA_VERSION test samples/test

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/working/scalaGuide/main/sql/slick/PlaySlick.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Of course, you should replace the string `"<db-name>"` with the name of the data

> Note: To access the database object, you need only call the function `db` on the `HasDatabaseConfig` trait. You do not need to reference the dbConfigProvider constructor parameter.
For a full example, have a look at [this sample project](https://github.com/playframework/play-slick/tree/master/samples/basic).
For a full example, have a look at [this sample project](https://github.com/playframework/play-samples/tree/HEAD/play-scala-slick-example/samples/basic).

### Compile-time dependency injection

Expand Down

0 comments on commit 7e5a861

Please sign in to comment.