Skip to content

Commit ec16a9d

Browse files
Update scala-library, scala-reflect to 2.13.18 (#230)
1 parent 385af47 commit ec16a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val commonSettings = Seq(
1717
url = url("https://twitter.com/aplokhotnyuk")
1818
)
1919
),
20-
scalaVersion := "2.13.17",
20+
scalaVersion := "2.13.18",
2121
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
2222
scalacOptions ++= Seq(
2323
"-deprecation",
@@ -75,7 +75,7 @@ lazy val `expression-evaluator` = project.in(file("."))
7575
.settings(commonSettings)
7676
.settings(publishSettings)
7777
.settings(
78-
crossScalaVersions := Seq("2.13.17", "2.12.21", "2.11.12"),
78+
crossScalaVersions := Seq("2.13.18", "2.12.21", "2.11.12"),
7979
libraryDependencies ++= Seq(
8080
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
8181
"org.scalatest" %% "scalatest" % "3.2.19" % Test

0 commit comments

Comments
 (0)