Skip to content

Commit

Permalink
"esprimascala" % "0.2.18"
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Jan 7, 2024
1 parent 0151f72 commit 2bd4151
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.8.0",
scalaVersion := "2.13.12",
scalacOptions ++= Seq("-unchecked", "-feature", "-deprecation"),
libraryDependencies += "com.github.opengrabeso" %%% "esprimascala" % "0.2.17",
libraryDependencies += "com.github.opengrabeso" %%% "esprimascala" % "0.2.18",
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.3.0",
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.2" % "test"
)
Expand Down

0 comments on commit 2bd4151

Please sign in to comment.