Skip to content

Commit

Permalink
chore: Upgrade Scala 2.12
Browse files Browse the repository at this point in the history
fix: Formatting
  • Loading branch information
jakubjanecek committed Oct 25, 2022
1 parent 6dd512d commit 53ec897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object DoobieHikariModule {
*
* @param boundedConnectExecutionContext
* [[scala.concurrent.ExecutionContext]] used for creating connections (is used for IO, should be bounded! - read
* https://tpolecat.github.io/doobie/docs/14-Managing-Connections.html#about-threading)
* https://tpolecat.github.io/doobie/docs/14-Managing-Connections.html#about-threading)
*/
def make[F[_]: Async](
config: DoobieHikariConfig,
Expand Down
4 changes: 2 additions & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object BuildSettings {

private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3)

private val scala212 = "2.12.16"
private val scala212 = "2.12.17"
private val scala213 = "2.13.8"
private val scala3 = "3.1.1"

Expand Down Expand Up @@ -42,7 +42,7 @@ object BuildSettings {
Dependencies.scalaTest % Test
),
semanticdbEnabled := true,
semanticdbVersion := "4.5.9", // scalafixSemanticdb.revision,
semanticdbVersion := scalafixSemanticdb.revision,
ThisBuild / scalafixDependencies ++= Seq(
Dependencies.scalafixScaluzzi,
Dependencies.scalafixOrganizeImports
Expand Down

0 comments on commit 53ec897

Please sign in to comment.