We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491f66b commit 4bf03a3Copy full SHA for 4bf03a3
Formula/k/kotlin.rb
@@ -1,8 +1,8 @@
1
class Kotlin < Formula
2
desc "Statically typed programming language for the JVM"
3
homepage "https://kotlinlang.org/"
4
- url "https://github.com/JetBrains/kotlin/releases/download/v2.1.20/kotlin-compiler-2.1.20.zip"
5
- sha256 "a118197b0de55ffab2bc8d5cd03a5e39033cfb53383d6931bc761dec0784891a"
+ url "https://github.com/JetBrains/kotlin/releases/download/v2.1.21/kotlin-compiler-2.1.21.zip"
+ sha256 "1ba08a8b45da99339a0601134cc037b54cf85e9bc0edbe76dcbd27c2d684a977"
6
license "Apache-2.0"
7
8
# Upstream maintains multiple major/minor versions and the "latest" release
0 commit comments