Skip to content

Commit

Permalink
"esprimascala" % "0.2.19" - improved namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Jan 8, 2024
1 parent a8d1dad commit 3b6a536
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.18",
libraryDependencies += "com.github.opengrabeso" %%% "esprimascala" % "0.2.19",
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 3b6a536

Please sign in to comment.