Skip to content

Commit 4aeca70

Browse files
Merge pull request #285 from drewfeelsblue/update-doobie-dependency
update doobie dependency to 1.0.0-RC5
2 parents 61b19dc + 842d4ca commit 4aeca70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
scala:
14-
- 3.2.0
14+
- 3.3.0
1515
- 2.13.8
1616
- 2.12.16
1717

@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
type: ${{ job.status }}
4242
job_name: Build
43-
url: ${{ secrets.SLACK_WEBHOOK }}
43+
url: ${{ secrets.SLACK_WEBHOOK }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy val commonSettings = Seq(
1818
organizationName := "Evolution",
1919
organizationHomepage := Some(url("http://evolution.com")),
2020
scalaVersion := crossScalaVersions.value.head,
21-
crossScalaVersions := Seq("2.13.8", "3.2.0", "2.12.16"),
21+
crossScalaVersions := Seq("2.13.8", "3.3.0", "2.12.16"),
2222
publishTo := Some(Resolver.evolutionReleases),
2323
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
2424
releaseCrossBuild := true,

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Dependencies {
88
val scalatest = "org.scalatest" %% "scalatest" % "3.2.15"
99
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.7.0"
1010
val http4s = "org.http4s" %% "http4s-core" % "0.23.7"
11-
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC2"
11+
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"
1212

1313
object Cats {
1414
val core = "org.typelevel" %% "cats-core" % "2.9.0"

0 commit comments

Comments
 (0)