Skip to content

Commit

Permalink
Merge pull request #570 from typelevel/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.4
  • Loading branch information
danicheg authored Sep 29, 2024
2 parents f3de711 + a6897aa commit 0e9b381
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.tools.mima.core._

val Scala213 = "2.13.15"
val Scala3 = "3.3.3"
val Scala3 = "3.3.4"

ThisBuild / tlBaseVersion := "0.4"
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, Scala3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

package org.typelevel.keypool

import internal.{PoolList, PoolMap}
import cats._
import cats.syntax.all._
import cats.effect.kernel._
Expand Down

0 comments on commit 0e9b381

Please sign in to comment.