Skip to content

Commit

Permalink
"esprimascala" % "0.2.17"
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Jan 7, 2024
1 parent 5a29099 commit 810440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val commonSettings = Seq(
version := "0.7.1",
scalaVersion := "2.13.8",
scalacOptions ++= Seq("-unchecked", "-feature", "-deprecation"),
libraryDependencies += "com.github.opengrabeso" %%% "esprimascala" % "0.2.15",
libraryDependencies += "com.github.opengrabeso" %%% "esprimascala" % "0.2.17",
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2",
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.2" % "test"
)
Expand Down

0 comments on commit 810440a

Please sign in to comment.