Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
guymers committed May 19, 2024
1 parent 78b00a1 commit 6f02100
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
22 changes: 8 additions & 14 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ import FreeGen2.*

val catsVersion = "2.10.0"
val catsEffectVersion = "3.5.4"
val circeVersion = "0.14.6"
val circeVersion = "0.14.7"
val fs2Version = "3.10.2"
val h2Version = "2.2.224"
val hikariVersion = "5.1.0"
val magnoliaVersion = "1.1.3"
val munitVersion = "1.0.0-M11"
val mysqlVersion = "8.3.0"
val openTelemetryVersion = "1.36.0"
val munitVersion = "1.0.0-RC1"
val mysqlVersion = "8.4.0"
val openTelemetryVersion = "1.38.0"
val postgisVersion = "2023.1.0"
val postgresVersion = "42.7.3"
val scalatestVersion = "3.2.18"
val shapelessVersion = "2.3.10"
val slf4jVersion = "2.0.12"
val slf4jVersion = "2.0.13"
val weaverVersion = "0.8.4"
val zioInteropCats = "23.1.0.1"
val zioVersion = "2.0.21"
val zioInteropCats = "23.1.0.2"
val zioVersion = "2.1.1"

val Scala213 = "2.13.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"

inThisBuild(Seq(
Expand Down Expand Up @@ -88,12 +88,6 @@ lazy val commonSettings = Seq(
)
}),
Test / scalacOptions --= Seq("-Wperformance"),
Test / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq(
"-Wconf:cat=lint-named-booleans:silent",
)
case _ => Seq.empty
}),

Compile / console / scalacOptions ~= filterScalacConsoleOpts,
Test / console / scalacOptions ~= filterScalacConsoleOpts,
Expand Down
1 change: 0 additions & 1 deletion modules/zio/src/main/scala/zoobie/Transactor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ object Transactor {
def fromPoolTransactional(pool: ConnectionPool): Transactor = {
fromPool(pool, strategies.transactional)
}

}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
Expand Down

0 comments on commit 6f02100

Please sign in to comment.