Skip to content

Commit d334309

Browse files
committed
Switch to Scala 3
1 parent 8ad7b15 commit d334309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion
33
import Dependencies.*
44

55
lazy val artifactProducingProjectSettings = Seq(
6-
scalaVersion := "2.13.16",
6+
scalaVersion := "3.3.5",
77
organization := "com.madgag.scala-git",
88
licenses := Seq(License.Apache2),
99
scalacOptions ++= Seq("-deprecation", "-unchecked", "-release:11"),

0 commit comments

Comments
 (0)