Skip to content

Commit

Permalink
Bump scala 3.5.2 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Nov 13, 2024
2 parents 887f170 + 20723da commit 3658965
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies.*

inThisBuild(
Seq(
scalaVersion := "3.4.3",
scalaVersion := "3.5.2",
organization := "se.thanh",
organizationName := "Thanh Le",
licenses += ("agpl-v3" -> url("https://opensource.org/license/agpl-v3")),
Expand Down
1 change: 0 additions & 1 deletion modules/db/src/test/scala/HealthSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package test

import cats.effect.IO
import cats.effect.kernel.Resource
import cats.syntax.all.*
import fide.domain.Models.PostgresStatus
import org.typelevel.log4cats.Logger
import org.typelevel.log4cats.noop.NoOpLogger
Expand Down
1 change: 0 additions & 1 deletion modules/types/src/main/scala/FederationId.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package fide.types

import cats.syntax.all.*
import io.github.iltotore.iron.*
import io.github.iltotore.iron.constraint.all.*

Expand Down
1 change: 0 additions & 1 deletion modules/types/src/main/scala/NonEmptySet.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package fide.types

import cats.syntax.all.*
import io.github.iltotore.iron.*
import io.github.iltotore.iron.constraint.all.*

Expand Down

0 comments on commit 3658965

Please sign in to comment.