Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update java-class-name to 0.1.4 #3284

Merged
merged 3 commits into from
Nov 15, 2024
Merged
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
7 changes: 6 additions & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ object Deps {
def signingCli = "0.2.4"
def signingCliJvmVersion = Java.defaultJava
def javaSemanticdb = "0.10.0"
def javaClassName = "0.1.3"
def javaClassName = "0.1.4"
def bloop = "2.0.5"
def sbtVersion = "1.10.3"
def mavenVersion = "3.8.1"
Expand Down Expand Up @@ -166,6 +166,11 @@ object Deps {
def guava = ivy"com.google.guava:guava:33.3.1-jre"
def javaClassName =
ivy"org.virtuslab.scala-cli.java-class-name:java-class-name_3:${Versions.javaClassName}"
.exclude(
"org.jline" -> "jline-reader",
"org.jline" -> "jline-terminal",
"org.jline" -> "jline-terminal-jna"
)
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r"
def jimfs = ivy"com.google.jimfs:jimfs:1.3.0"
def jmhGeneratorBytecode = ivy"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
Expand Down
Loading