Skip to content

Commit

Permalink
Update Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Jul 6, 2024
1 parent 0ceb4ea commit 65fc9c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ dependencies {
implementation "com.google.guava:guava:33.0.0-jre"

//embed 'org.scala-lang:scala3-compiler_3:3.4.1'
embed 'org.scala-lang:scala3-library_3:3.4.1'
embed 'org.scala-lang:scala-library:2.13.13'
embed 'org.scala-lang:scala3-library_3:3.4.2'
embed 'org.scala-lang:scala-library:2.13.14'
embed 'com.typesafe:config:1.4.3'
embed 'org.typelevel:cats-core_3:2.10.0'
embed 'org.typelevel:cats-kernel_3:2.10.0'
embed 'org.typelevel:cats-free_3:2.10.0'
embed 'org.typelevel:cats-core_3:2.12.0'
embed 'org.typelevel:cats-kernel_3:2.12.0'
embed 'org.typelevel:cats-free_3:2.12.0'


}
Expand Down

0 comments on commit 65fc9c8

Please sign in to comment.