Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.13.12 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 15, 2023
1 parent e06c45b commit 7ce417e
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 @@ -6,7 +6,7 @@ licenses := Seq(
homepage := Some(url("http://github.com/lightbend/scala-sculpt"))

scalaVersion := crossScalaVersions.value.head
crossScalaVersions := Seq("2.13.11", "2.12.18")
crossScalaVersions := Seq("2.13.12", "2.12.18")

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
Expand Down

0 comments on commit 7ce417e

Please sign in to comment.