8000 upgrades · laserdisc-io/mysql-binlog-stream@586d450 · GitHub
[go: up one dir, main page]

Skip to content

Commit 586d450

Browse files
committed
upgrades
1 parent 5827ed7 commit 586d450

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.8.1
1+
version=3.8.3
22

33
maxColumn = 140
44
style = default

project/Dependencies.scala

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@ import sbt.Keys.libraryDependencies
33

44
object Dependencies {
55
val cirisVersion = "3.6.0"
6-
val doobieVersion = "1.0.0-RC5"
7-
val circeVersion = "0.14.7"
6+
val doobieVersion = "1.0.0-RC6"
7+
val circeVersion = "0.14.10"
88
val catsEffectVersion = "3.5.4"
99

1010
val TestLib = Seq(
1111
libraryDependencies ++= Seq(
1212
"org.scalamock" %% "scalamock" % "6.0.0" % Test,
13-
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
14-
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % Test,
15-
"org.testcontainers" % "mysql" % "1.19.8" % Test,
16-
"org.testcontainers" % "testcontainers" % "1.19.8" % Test
13+
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
14+
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test,
15+
"org.testcontainers" % "mysql" % "1.20.2" % Test,
16+
"org.testcontainers" % "testcontainers" % "1.20.2" % Test
1717
)
1818
)
1919

2020
val Config = Seq(
2121
libraryDependencies ++= Seq(
2222
"is.cir" %% "ciris-enumeratum" % cirisVersion,
2323
"is.cir" %% "ciris-refined" % cirisVersion,
24-
"eu.timepit" %% "refined" % "0.11.1"
24+
"eu.timepit" %% "refined" % "0.11.2"
2525
)
2626
)
2727

2828
val Logging = Seq(
2929
libraryDependencies ++= Seq(
30-
"ch.qos.logback" % "logback-classic" % "1.5.6",
31-
"ch.qos.logback" % "logback-core" % "1.5.6",
32-
"org.slf4j" % "jcl-over-slf4j" % "2.0.13",
33-
"org.slf4j" % "jul-to-slf4j" % "2.0.13",
30+
"ch.qos.logback" % "logback-classic" % "1.5.9",
31+
"ch 8331 .qos.logback" % "logback-core" % "1.5.9",
32+
"org.slf4j" % "jcl-over-slf4j" % "2.0.16",
33+
"org.slf4j" % "jul-to-slf4j" % "2.0.16",
3434
"org.typelevel" %% "log4cats-slf4j" % "2.7.0"
3535
)
3636
)

project/build.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# watch out for 1.10.x - https://github.com/sbt/sbt/issues/7553
2-
sbt.version=1.9.9
3-
1+
sbt.version=1.10.2

0 commit comments

Comments
 (0)
0