Skip to content

Commit 0afabd6

Browse files
authored
1 parent 5fb5ba6 commit 0afabd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ object Build {
162162
val mimaPreviousLTSDottyVersion = "3.3.0"
163163

164164
/** Version of Scala CLI to download */
165-
val scalaCliLauncherVersion = "1.5.1"
165+
val scalaCliLauncherVersion = "1.5.4"
166166
/** Version of Coursier to download for initializing the local maven repo of Scala command */
167-
val coursierJarVersion = "2.1.13"
167+
val coursierJarVersion = "2.1.18"
168168

169169
object CompatMode {
170170
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)