File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ import sbt._
33object 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
Original file line number Diff line number Diff line change 11addSbtPlugin(" 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 " )
44addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.1.0" )
55addSbtPlugin(" 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 " )
77addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.2" )
You can’t perform that action at this time.
0 commit comments