Skip to content

Commit

Permalink
Merge branch 'main' into update/cats-effect-3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz authored Oct 12, 2023
2 parents f958016 + e58433d commit fedb08f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ lazy val sbt_tzdb = project
name := "sbt-tzdb",
libraryDependencies ++= Seq(
"io.github.cquiroz" %% "kuyfi" % "1.5.2",
"org.apache.commons" % "commons-compress" % "1.22",
"org.apache.commons" % "commons-compress" % "1.24.0",
"com.eed3si9n" %% "gigahorse-okhttp" % "0.7.0",
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "3.5.2"
),
scriptedLaunchOpts := {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.9.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import sbt.Keys._
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")

0 comments on commit fedb08f

Please sign in to comment.