@@ -95,6 +95,7 @@ object Deps {
95
95
def scalaPackager = " 0.1.29"
96
96
def signingCli = " 0.2.3"
97
97
def signingCliJvmVersion = 17
98
+ def javaClassName = " 0.1.3"
98
99
}
99
100
// DO NOT hardcode a Scala version in this dependency string
100
101
// This dependency is used to ensure that Ammonite is available for Scala versions
@@ -116,14 +117,15 @@ object Deps {
116
117
def dependency = ivy " io.get-coursier::dependency:0.2.3 "
117
118
def dockerClient = ivy " com.spotify:docker-client:8.16.0 "
118
119
// TODO bump once 0.15.5 is out
119
- def expecty = ivy " com.eed3si9n.expecty::expecty:0.16.0 "
120
- def fansi = ivy " com.lihaoyi::fansi:0.4.0 "
121
- def giter8 = ivy " org.foundweekends.giter8:giter8:0.16.2 "
122
- def guava = ivy " com.google.guava:guava:32.1.3-jre "
123
- def javaClassName = ivy " io.github.alexarchambault.scala-cli:java-class-name_3:0.1.0 "
124
- def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r "
125
- def jimfs = ivy " com.google.jimfs:jimfs:1.3.0 "
126
- def jniUtils = ivy " io.get-coursier.jniutils:windows-jni-utils:0.3.3 "
120
+ def expecty = ivy " com.eed3si9n.expecty::expecty:0.16.0 "
121
+ def fansi = ivy " com.lihaoyi::fansi:0.4.0 "
122
+ def giter8 = ivy " org.foundweekends.giter8:giter8:0.16.2 "
123
+ def guava = ivy " com.google.guava:guava:32.1.3-jre "
124
+ def javaClassName =
125
+ ivy " org.virtuslab.scala-cli.java-class-name:java-class-name_3: ${Versions .javaClassName}"
126
+ def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r "
127
+ def jimfs = ivy " com.google.jimfs:jimfs:1.3.0 "
128
+ def jniUtils = ivy " io.get-coursier.jniutils:windows-jni-utils:0.3.3 "
127
129
def jsoniterCore =
128
130
ivy " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core: ${Versions .jsoniterScalaJava8}"
129
131
def jsoniterCoreJava8 =
0 commit comments