Skip to content

Commit

Permalink
bump base version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
buntec committed Apr 23, 2023
1 parent 559a753 commit e8f6e94
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
@@ -1,7 +1,7 @@
Global / onChangedBuildSource := ReloadOnSourceChanges
Global / resolvers += "Sonatype S01 OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"

ThisBuild / tlBaseVersion := "0.11"
ThisBuild / tlBaseVersion := "0.12"

lazy val scala213 = "2.13.10"
ThisBuild / scalaVersion := scala213
Expand Down

0 comments on commit e8f6e94

Please sign in to comment.