Skip to content

Commit

Permalink
Merge pull request #285 from drewfeelsblue/update-doobie-dependency
Browse files Browse the repository at this point in the history
update doobie dependency to 1.0.0-RC5
  • Loading branch information
dfakhritdinov committed Jan 15, 2024
2 parents 61b19dc + 842d4ca commit 4aeca70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
scala:
- 3.2.0
- 3.3.0
- 2.13.8
- 2.12.16

Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
with:
type: ${{ job.status }}
job_name: Build
url: ${{ secrets.SLACK_WEBHOOK }}
url: ${{ secrets.SLACK_WEBHOOK }}
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val commonSettings = Seq(
organizationName := "Evolution",
organizationHomepage := Some(url("http://evolution.com")),
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.8", "3.2.0", "2.12.16"),
crossScalaVersions := Seq("2.13.8", "3.3.0", "2.12.16"),
publishTo := Some(Resolver.evolutionReleases),
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
releaseCrossBuild := true,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "3.2.15"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.7.0"
val http4s = "org.http4s" %% "http4s-core" % "0.23.7"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC2"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"

object Cats {
val core = "org.typelevel" %% "cats-core" % "2.9.0"
Expand Down

0 comments on commit 4aeca70

Please sign in to comment.