We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coursier
2 parents 0e567c1 + 4ca490e commit f7e5df5Copy full SHA for f7e5df5
project/Build.scala
@@ -184,9 +184,9 @@ object Build {
184
val mimaPreviousLTSDottyVersion = "3.3.0"
185
186
/** Version of Scala CLI to download */
187
- val scalaCliLauncherVersion = "1.5.4"
+ val scalaCliLauncherVersion = "1.6.1"
188
/** Version of Coursier to download for initializing the local maven repo of Scala command */
189
- val coursierJarVersion = "2.1.18"
+ val coursierJarVersion = "2.1.24"
190
191
object CompatMode {
192
final val BinaryCompatible = 0
0 commit comments