Skip to content

Commit

Permalink
Bump base version to 3.4 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Jan 10, 2024
1 parent 8939588 commit 74fbfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core.{ProblemFilters, ReversedMissingMethodProble
val scala3Version = "3.3.1"

ThisBuild / organization := "org.typelevel"
ThisBuild / tlBaseVersion := "3.3"
ThisBuild / tlBaseVersion := "3.4"
ThisBuild / scalaVersion := scala3Version
ThisBuild / crossScalaVersions := Seq(scala3Version)
ThisBuild / updateOptions := updateOptions.value.withLatestSnapshots(false)
Expand Down

0 comments on commit 74fbfef

Please sign in to comment.