Skip to content

Commit

Permalink
Merge pull request #1068 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
bpholt authored Oct 4, 2024
2 parents 301820f + 7b31a3d commit dd7c215
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
Expand Up @@ -4,7 +4,7 @@ ThisBuild / tlBaseVersion := "0.3"

val scala212Version = "2.12.20"
val scala213Version = "2.13.15"
val scala30Version = "3.3.3"
val scala30Version = "3.3.4"

val collectionCompatVersion = "2.11.0"

Expand Down
1 change: 0 additions & 1 deletion modules/log/shared/src/main/scala/LogSpan.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package natchez.log

import cats.effect.Ref
import cats.effect._
import cats.effect.std.UUIDGen
import cats.effect.Resource.ExitCase
Expand Down

0 comments on commit dd7c215

Please sign in to comment.