File tree 2 files changed +3
-3
lines changed
doobie-hikari/src/main/scala/com/avast/sst/doobie
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ object DoobieHikariModule {
18
18
*
19
19
* @param boundedConnectExecutionContext
20
20
* [[scala.concurrent.ExecutionContext ]] used for creating connections (is used for IO, should be bounded! - read
21
- * https://tpolecat.github.io/doobie/docs/14-Managing-Connections.html#about-threading)
21
+ * https://tpolecat.github.io/doobie/docs/14-Managing-Connections.html#about-threading)
22
22
*/
23
23
def make [F [_]: Async ](
24
24
config : DoobieHikariConfig ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ object BuildSettings {
13
13
14
14
private def isScala3 (scalaVersion : String ): Boolean = CrossVersion .partialVersion(scalaVersion).exists(_._1 == 3 )
15
15
16
- private val scala212 = " 2.12.16 "
16
+ private val scala212 = " 2.12.17 "
17
17
private val scala213 = " 2.13.8"
18
18
private val scala3 = " 3.1.1"
19
19
@@ -42,7 +42,7 @@ object BuildSettings {
42
42
Dependencies .scalaTest % Test
43
43
),
44
44
semanticdbEnabled := true ,
45
- semanticdbVersion := " 4.5.9 " , // scalafixSemanticdb.revision,
45
+ semanticdbVersion := scalafixSemanticdb.revision,
46
46
ThisBuild / scalafixDependencies ++= Seq (
47
47
Dependencies .scalafixScaluzzi,
48
48
Dependencies .scalafixOrganizeImports
You can’t perform that action at this time.
0 commit comments