Skip to content

Commit b17e4aa

Browse files
author
nikololiahim
committed
updated deps
1 parent c40149d commit b17e4aa

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

project/Dependencies.scala

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ import sbt._
33
object Dependencies {
44

55
object V {
6-
val cats = "2.7.0"
7-
val catsEffect = "3.3.12"
8-
val catsParse = "0.3.7"
9-
val scalaTest = "3.2.9"
10-
val scalaCheck = "3.2.9.0"
6+
val cats = "2.8.0"
7+
val catsEffect = "3.3.13"
8+
val catsParse = "0.3.8"
9+
val scalaTest = "3.2.12"
10+
val scalaCheck = "3.3.0.0-SNAP3"
1111
val monocle = "3.1.0"
12-
val droste = "0.9.0-M3"
12+
val droste = "0.9.0"
1313
val pprint = "0.7.3"
14-
val fs2 = "3.2.7"
15-
val fs2io = "3.2.7"
14+
val fs2 = "3.2.9"
15+
val fs2io = "3.2.9"
1616
val eoParser = "0.22.2"
1717
val catsEffectScalatest = "1.4.0"
1818
val smtlib = "0.2.1-42-gc68dbaa"
19-
val princess = "2021-11-15"
19+
val princess = "2022-07-01"
2020
val xml = "2.1.0"
2121
}
2222

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
2-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11")
3-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
2+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
3+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0-M2")
44
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")
77
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")

0 commit comments

Comments
 (0)