File tree Expand file tree Collapse file tree 6 files changed +3
-27
lines changed
scala-libraries-persistence Expand file tree Collapse file tree 6 files changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -653,14 +653,6 @@ val doobieVersion = "1.0.0-RC2"
653
653
val doobiePGDep = " org.tpolecat" %% " doobie-postgres" % doobieVersion
654
654
val doobieCore = " org.tpolecat" %% " doobie-core" % doobieVersion
655
655
656
- lazy val doobie = (project in file(" doobie" ))
657
- .settings(
658
- name := " doobie" ,
659
- scalaVersion := scala3Version,
660
- libraryDependencies += doobieCore,
661
- libraryDependencies += doobiePGDep
662
- )
663
-
664
656
// Scala Native Project is disabled as it needs clang to installed in the target machine.
665
657
// To test the scala-native code, install clang and then uncomment this build
666
658
// lazy val scala_native = (project in file("scala-native"))
Original file line number Diff line number Diff line change 1
1
### Relevant Articles
2
2
- [ Testing Akka Streams] ( https://www.baeldung.com/scala/akka-streams-tests )
3
- //from scala-libraries
4
3
- [ Actor Lifecycle in Akka] ( https://www.baeldung.com/scala/akka-actor-lifecycle )
5
- //from scala-libraries-2
6
4
- [ Testing Akka Actors] ( https://www.baeldung.com/scala/testing-akka-actors )
Original file line number Diff line number Diff line change 1
1
### Relevant Articles:
2
2
3
- //from scala-libraries-3
4
3
- [ Introduction to Lightbend Config] ( https://www.baeldung.com/scala/lightbend-config )
5
- //from scala3-libraries
6
4
- [ Scala App Configurations With Clarity Using ClearConfig] ( https://www.baeldung.com/scala/clearconfig )
7
- //from scala-libraries-6
8
5
- [ Handling YAML in Scala 3] ( https://www.baeldung.com/scala/yaml-scala-3 )
Original file line number Diff line number Diff line change 1
1
### Relevant Articles:
2
2
3
- //from scala libraries
4
3
- [ Scala – Introduction to Cats] ( https://www.baeldung.com/scala/cats-intro )
5
4
- [ Introduction to FS2: Functional Streams for Scala] ( https://www.baeldung.com/scala/fs2-functional-streams )
6
- //from scala-libraries-3
7
5
- [ Introduction to http4s] ( https://www.baeldung.com/scala/http4s-intro )
8
- //from scala-libraries-4
9
6
- [ Writer Monad in Cats] ( https://www.baeldung.com/scala/writer-monad-in-cats )
10
- //from scala3-libraries
11
7
- [ Data Validation With Cats] ( https://www.baeldung.com/scala/cats-data-validation )
12
- //from scala-libraries
13
8
- [ Introduction to Scalaz] ( https://www.baeldung.com/scala/scalaz-intro )
14
9
- [ The Principles Behind Scalaz] ( https://www.baeldung.com/scala/scalaz-principles )
15
- //from scala-libraries-5
16
10
- [ Introduction to Spire] ( https://www.baeldung.com/scala/spire-intro )
Original file line number Diff line number Diff line change 1
- //from scala-libraries
1
+ ### Relevant Articles:
2
+
2
3
- [ Introduction to Slick] ( https://www.baeldung.com/scala/slick-intro )
3
- //from scala-libraries-4
4
4
- [ Introduction to Skunk – Scala Driver for PostgreSQL] ( https://www.baeldung.com/scala/skunk-postgresql-driver )
5
- //from scala3-libraries
6
5
- [ Introduction to doobie – a JDBC Layer for Scala] ( https://www.baeldung.com/scala/doobie-intro )
7
- //from scala-libraries
8
6
- [ Introduction to Reactive Mongo] ( https://www.baeldung.com/scala/mongo-reactive-intro )
Original file line number Diff line number Diff line change
1
+ ### Relevant Articles:
1
2
2
- //from scala-libraries-2
3
3
- [ Introduction to ScalaCheck] ( https://www.baeldung.com/scala/scalacheck )
4
- //from scala-libraries-3
5
4
- [ Introduction to ScalaMock] ( https://www.baeldung.com/scala/scalamock )
6
- //from scala-libraries-4
7
5
- [ Introduction to uTest] ( https://www.baeldung.com/scala/utest-intro )
8
- //from scala3-libraries
9
6
- [ Introduction to MUnit] ( https://www.baeldung.com/scala/munit-introduction )
10
7
- [ Making Integration Testing Easier With TestContainers-scala] ( https://www.baeldung.com/scala/testcontainers-scala )
You can’t perform that action at this time.
0 commit comments