Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.ThisBuild
import scala.sys.process.Process
import xerial.sbt.Sonatype.sonatypeCentralHost

val scala3Version = "3.3.7"
val scala3Version = "3.8.3"
val scala2Version = "2.13.18"

val publishLocalGradleDependencies =
Expand Down Expand Up @@ -166,7 +166,7 @@ lazy val delayedqueueJVM = project
"org.funfix" % "delayedqueue-jvm" % version.value,
"org.typelevel" %% "cats-effect" % "3.7.0",
// Testing
"org.scalameta" %% "munit" % "1.3.0" % Test,
"org.scalameta" %% "munit" % "1.3.1" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.7.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ktfmt-gradle-plugin = { module = "com.ncorti.ktfmt.gradle:com.ncorti.ktfmt.gradl
# Libraries
funfix-tasks-jvm = { module = "org.funfix:tasks-jvm", version = "0.4.1" }
hikaricp = { module = "com.zaxxer:HikariCP", version = "7.0.2" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.32" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.33" }
jdbc-hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.4" }
jdbc-h2 = { module = "com.h2database:h2", version = "2.4.240" }
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.53.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.8")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

Expand Down
Loading