We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5013f90 commit 385af47Copy full SHA for 385af47
build.sbt
@@ -75,7 +75,7 @@ lazy val `expression-evaluator` = project.in(file("."))
75
.settings(commonSettings)
76
.settings(publishSettings)
77
.settings(
78
- crossScalaVersions := Seq("2.13.17", "2.12.20", "2.11.12"),
+ crossScalaVersions := Seq("2.13.17", "2.12.21", "2.11.12"),
79
libraryDependencies ++= Seq(
80
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
81
"org.scalatest" %% "scalatest" % "3.2.19" % Test
0 commit comments