Skip to content

Commit

Permalink
Update dependency scala to v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 89a2cab commit 4e9d274
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 @@ -13,7 +13,7 @@ ThisBuild / version := "0.3.0-SNAPSHOT"
ThisBuild / organization := "com.tegonal"
ThisBuild / description := "A library containing utility and helper functions for scala"

ThisBuild / scalaVersion := "3.6.1"
ThisBuild / scalaVersion := "3.6.2"

lazy val root = (project in file("."))
.settings(
Expand Down

0 comments on commit 4e9d274

Please sign in to comment.