Skip to content

Commit

Permalink
Merge pull request #1132 from typelevel/update/series/0.6.x/scala3-li…
Browse files Browse the repository at this point in the history
…brary-3.3.4

Update scala3-library, ... to 3.3.4 in series/0.6.x
  • Loading branch information
mpilquist authored Oct 31, 2024
2 parents ce671fc + fd20583 commit 7288395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "0.6"
// Our Scala versions.
lazy val `scala-2.12` = "2.12.19"
lazy val `scala-2.13` = "2.13.14"
lazy val `scala-3.0` = "3.3.3"
lazy val `scala-3.0` = "3.3.4"

ThisBuild / scalaVersion := `scala-2.13`
ThisBuild / crossScalaVersions :=
Expand Down
3 changes: 1 addition & 2 deletions modules/core/shared/src/main/scala/net/message/Query.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package skunk.net.message

import scodec.Attempt
import scodec.bits._
import scodec._

Expand All @@ -21,4 +20,4 @@ object Query {
Attempt.Successful(BitVector(barrʹ))
}

}
}

0 comments on commit 7288395

Please sign in to comment.