Skip to content

Commit

Permalink
Update doobie to 1.0.0-RC2
Browse files Browse the repository at this point in the history
Somehow was not updated by scala-steward.
  • Loading branch information
eikek committed Jan 14, 2022
1 parent 20fdb76 commit 6eb7f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version = "3.3.1"

preset = default
align.preset = some
runner.dialect = scala213
runner.dialect = scala213source3

maxColumn = 90

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
package com.github.eikek.calev.doobie

import scala.concurrent.ExecutionContext

import _root_.doobie._
import _root_.doobie.implicits._
import cats.effect._
import cats.effect.unsafe.implicits._
import com.github.eikek.calev._
import munit._

class CalevDoobieTest extends FunSuite with CalevDoobieMeta {
implicit val CS: ContextShift[IO] = IO.contextShift(ExecutionContext.global)

val xa = Transactor.fromDriverManager[IO](
"org.h2.Driver",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {

val akkaVersion = "2.6.18"
val circeVersion = "0.14.1"
val doobieVersion = "0.13.4"
val doobieVersion = "1.0.0-RC2"
val fs2Version = "3.2.4"
val h2Version = "2.0.206"
val jacksonVersion = "2.13.1"
Expand Down

0 comments on commit 6eb7f06

Please sign in to comment.