Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ThisBuild / scalacOptions ++= Seq(
)

// The version of Eclipse JDT compiler library needs to stay fixed for use within OPAL!
libraryDependencies ++= Seq("org.eclipse.jdt" % "ecj" % "3.28.0.v20211021-2009")
libraryDependencies ++= Seq("org.eclipse.jdt" % "ecj" % "3.28.0")
2 changes: 1 addition & 1 deletion project/libraries.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Required to compile the Java projects that are used as test fixtures.
// THE VERSION OF THIS LIBRARY MUST NOT BE UPDATED - WE RELY ON THE JAVA CLASS FILE'S INTERNALS!
libraryDependencies += "org.eclipse.jdt" % "ecj" % "3.28.0.v20211021-2009" // <= DO *NOT* CHANGE!
libraryDependencies += "org.eclipse.jdt" % "ecj" % "3.28.0" // <= DO *NOT* CHANGE!

// Required to compile the website
libraryDependencies += "org.playframework.twirl" %% "twirl-api" % "2.0.9"
Expand Down