Skip to content

Commit

Permalink
Merge pull request #2418 from scalacenter/update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
build(deps): Update scala-library from 2.12.19 to 2.12.20
  • Loading branch information
tgodzik authored Sep 6, 2024
2 parents 20b5e9f + 3017534 commit af1005c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bloopConfigDir in Global := baseDirectory.value / "bloop-config"

ThisBuild / scalaVersion := "2.12.19"
ThisBuild / scalaVersion := "2.12.20"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "com.example"
ThisBuild / organizationName := "example"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.Provided

object Dependencies {
val Scala211Version = "2.11.12"
val Scala212Version = "2.12.19"
val Scala212Version = "2.12.20"
val Scala213Version = "2.13.14"

val SbtVersion = "1.3.3"
Expand Down Expand Up @@ -44,7 +44,7 @@ object Dependencies {
val ztExecVersion = "1.12"
val debugAdapterVersion = "4.2.1"
val bloopConfigVersion = "2.0.3"
val semanticdbVersion = "4.8.15"
val semanticdbVersion = "4.9.9"
val zinc = "org.scala-sbt" %% "zinc" % zincVersion
val bsp4s = "ch.epfl.scala" %% "bsp4s" % bspVersion
val bsp4j = "ch.epfl.scala" % "bsp4j" % bspVersion
Expand Down

0 comments on commit af1005c

Please sign in to comment.