Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2023
1 parent 64e897a commit 629c3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "overflowdb"
ThisBuild / organization := "io.shiftleft"
ThisBuild / scalaVersion := "2.13.10"
ThisBuild / crossScalaVersions := Seq("2.13.10", "3.3.0")
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.0")
// TODO once we're on Scala 3.2.2: make chained implicits in `Implicits.scala` available again
// also, change other places that have temporarily been adapted - search for `TODO Scala 3.2.2`
publish / skip := true
Expand Down

0 comments on commit 629c3eb

Please sign in to comment.