File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import Keys._
44object Dependencies {
55 val scala210 = " 2.10.7"
66 val scala211 = " 2.11.12"
7- val scala212 = " 2.12.11 "
8- val scala213 = " 2.13.1 "
9- val scala3 = " 3.1.0 "
7+ val scala212 = " 2.12.17 "
8+ val scala213 = " 2.13.10 "
9+ val scala3 = " 3.2.1 "
1010
1111 val scalacheck = Def .setting {
1212 scalaBinaryVersion.value match {
@@ -25,6 +25,6 @@ object Dependencies {
2525 case Some ((2 , 13 )) =>
2626 List (" org.scala-lang.modules" %% " scala-xml" % " 1.2.0" )
2727 case _ =>
28- List (" org.scala-lang.modules" %% " scala-xml" % " 2.0.1 " )
28+ List (( " org.scala-lang.modules" %% " scala-xml" % " 2.1.0 " ).cross( CrossVersion .for3Use2_13) )
2929 }
3030}
Original file line number Diff line number Diff line change 1- sbt.version =1.5.5
1+ sbt.version =1.8.0
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.1" )
22addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.4" )
33addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.0.1" )
4- addSbtPlugin(" com.eed3si9n" % " sbt-nocomma" % " 0.1.0 " )
4+ addSbtPlugin(" com.eed3si9n" % " sbt-nocomma" % " 0.1.1 " )
You can’t perform that action at this time.
0 commit comments